{module_shoppingcartsummary,horizontal}H

Hi everyone,
can anyone tell me how to customize the tag "{module_shoppingcartsummary,horizontal}" to display somethig else other than "
Shopping cart is empty.
and "
1 item(s), Total: €25,00
view cart
I would lie it to be all in Portuguese like:"carrinho de compras vazio" and "1 item(s), total:25.00€ ver carrinho"

Thanks Liam,
The site is www.liliesinatube.com. The site isn't a template site, it's based on an export of an Artisteer artisteer site. Also, I haven't added any Javascript.
Thanks for your reponse.

Similar Messages

  • BC online shop tables not divs?

    Hi everyone,
    I am making a bc template from scratch to learn how to work with bc. I am making a online shop and bc displays the products in tables
    <table class="productTable productSmall"><tbody><tr><td id="catProdTd_9019550" class="productItem">
      <div class="shop-product-small clear">  <h5><a href="/red-wine/sample-product-1">Sample product 1</a></h5>  <div class="image"><a href="/red-wine/sample-product-1"><img id="catsproduct_9019550" src="/images/Catalogs/Redwine/bottle_thumb.jpg" alt="Sample product 1" border="0"></a></div>  <ul>  <li class="price">Price: <strong>€25,00</strong> </li>  <li class="stock">In stock: <strong>15</strong> </li>  <li class="quantity">Qty: <strong><input id="Units_9019550" class="productTextInput" name="AddToCart_Amount" type="text" value="1"></strong> <input class="productSubmitInput" name="AddToCart_Submit" type="submit" value="Add to Cart" onclick="AddToCart(296732,9019550,'',3,'','',false);return false;"></li>  </ul>  </div>   
    </td><td id="catProdTd_9019582" class="productItem">
      ..some more code...
    </td><td id="catProdTd_9019566" class="productItem">
      <div class="shop-product-small clear">  <h5><a href="/red-wine/sample-product-5">Sample product 5</a></h5>  <div class="image"><a href="/red-wine/sample-product-5"><img id="catsproduct_9019566" src="/images/Catalogs/Redwine/ValpolicellaTrim_thumb.jpg" alt="Sample product 5" border="0"></a></div>  <ul>  <li class="price">Price: <strong>€45,00</strong> </li>  <li class="stock">In stock: <strong>15</strong> </li>  <li class="quantity">Qty: <strong><input id="Units_9019566" class="productTextInput" name="AddToCart_Amount" type="text" value="1"></strong> <input class="productSubmitInput" name="AddToCart_Submit" type="submit" value="Add to Cart" onclick="AddToCart(296732,9019566,'',3,'','',false);return false;"></li>  </ul>  </div>   
    </td><td class="productItem"></td><td class="productItem"></td></tr></tbody></table>
    I would like to know how can i make this a responsive product display.here is my template if you wanna check it out:Red wine

    Hi Adam,
    ok so i have to change to useli but were can i find that layout page, i can only see in the module templates overall layout, individual catalog, individual product, etc
    this is the over all module template:
    "You are here: {tag_cataloguebreadcrumbs} 
    {module_shoppingcartsummary,horizontal}
    {tag_cataloguelist,4} {tag_productlist,4}
    {tag_previouspage,} {tag_nextpage,}
    {tag_pagination}"
    This is the individual product small:
    {tag_name}
    {tag_smallimage}
    Price: {tag_saleprice}
    In stock: {tag_instock}
    Qty: {tag_addtocartinputfield} {tag_addtocart}"

  • Multiple Level Sub Catalogs

    I am setting up an online store with many catalogs and each catalog has several layers of sub catalogs.
    Only the deepest level of catalogs has products. e.g. Automotive Locks /GMH/Parts And Accessories, where only the "Parts and Accessories" has products in it.
    The ""GMH" sub catlog also has a number of subcatalogs under it.
    When I render the top level catalog on a web page, and click on the second level sub catalog, it does not show the 3rd level sub catalogs...it just show a message "This catalog has no products".
    How can you get the 2nd level sub catalog to display the 3rd level sub catalogs within it?

    Hi Mario,
    I have set up one page for you to look at: http://locksuppliescomau.businesscatalyst.com/locksupplies-keys?Preview=True
    When I do not use any template, the catalogs all render into the various levels correctly ( and without a template it looks terrible). When I apply ANY template, including the original untouched template, they do not render at all as you can see. There is the top level list of catalogs, and when you click on any top level catalogue, the next page renders with no sub catalogs...
    I have checked the overall layout, and it does have {tag_cataloguelist} as the code below shows..I have even added it a second time to see what happens.
    <div class="main-panel">
    <div class="breadcrumbs">
    {module_breadcrumbs,<span>&gt;&gt;</span>}
    </div>
    </div>
    <div class="shop-main clear">
    <div class="header clear">
    <div class="cart-summary">{module_shoppingcartsummary,horizontal}</div>
    </div>
    <div class="body clear">{tag_cataloguelist,4} {tag_productlist,3,,6,,,true} </div>
    <div class="paging">
    <div class="footer clear">
    <div class="previous-holder">{tag_previouspage,<img alt="" src="/images/gpPrev.jpg" />}</div>
    <div class="next-holder">{tag_nextpage,<img alt="" src="/images/gpNext.jpg" />}</div>
    <div class="pagination-holder">{tag_pagination}</div>
    <div class="pagination-holder"><br />
    </div>
    <div class="pagination-holder">{tag_cataloguelist}<br />
    </div>
    </div>
    </div>
    </div>
    Thanks,
    Glen.

  • How to change the word shopping cart is empty in shoppingcartsummary module?

    Hi Everyone,
    Just wondering is there a way to change the text or wording on "shopping cart is empty" in {module_shoppingcartsummary,horizontal}? I'm building a site for education which the word shopping cart is not appropriate. Any help would be appreciated.
    Thanks,
    David

    Do a forum search David
    Several posts on this.

  • W3C Validator Errors

    Hi all,
    I'm going through my website code and trying to fix any validation errors that are being flagged. See the following:
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.whsfirstaidkits.com.au%2F&charset=%28de tect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.3+http%3A%2F%2Fv alidator.w3.org%2Fservices
    It is for the website http://www.whsfirstaidkits.com.au
    The 4 errors relate to the shopping cart summary module that I have within my code. I am using the following: <div class="shopping-cart">{module_shoppingcartsummary,horizontal}</div> and BC converts that to: <div class="shopping-cart"><span id="catCartSummary" quote="False" vertical="False"><table cellspacing="0"  class="cartSummaryTable"><tr><td class="cartSummaryItem">Shopping cart is empty.</td></tr></table></span></div>
    Now the validator says that it is producing the following errors:
    Attribute quote not allowed on element span at this point.
    Attribute vertical not allowed on element span at this point.
    Element table not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
    The cellspacing attribute on the table element is obsolete. Use CSS instead.
    Since BC generates this code automatically, is there a way to fix this?
    Cheers,
    Jordan

    Same Here!
    I have the same issue on a site I'm currently doing W3C checks for.
    I tried changing document type to HTML5 from XHTML Transitional, but W3C checks failed on the same things regarding the .{module_shoppingcartsummary}
    For comparison, I tested the Appliance King template for a page with the same shopping cart summary;
    http://appliance-king-preview.businesscatalyst.com/lcd-tv
    It too found the same W3C errors.

  • Imac to TV with horizontal bar

    I connected my Imac to my TV using the mini-dvi to video adapter and it worked, however I have a horizontal bar going up across my TV screen. How do I fix this problem?

    You need a > Moshi Mini DP to HDMI Adapter with Audio Support - Apple Store (U.S.) to plug into the ThunderBolt port and an HDMI cable.

  • Xml matrix report not expending horizontally

    hi guys m trying to develop xml matrix report but m totally stuck.value are not expanding vertically.
    RTF tags are here.Plz tell me how can i attach rtf and xml file with this post so you people can help me in better way.
    plz help me its very urgent
    <?for-each:G_1?>
    <?ITEM_CATEGORY?>
    Organization : <?horizontal-break-table:1?>
    <?for-each-group@cell: G_ITEM_CATEGORY; ORGANIZATION_CODE?>
    <? ORGANIZATION_CODE?>
    <?end for-each-group?>
    <?for-each-group: G_ITEM_CATEGORY;ITEM_CODE?> <?ITEM_CODE?>
    <?for-each-group@cell:current-group();ORGANIZATION_CODE ?>
    <?current-group()// AMOUNT?>
    <?end for-each-group?>
    <?end for-each-group?>
    <?end for-each-group?>

    When you say "the values are not expanding vertically" do you mean that on the printed report it is not returning all the values for a given field, i.e. the field is too small to display the entire value.... OR the repeating frame for the group is not expanding enough to display all the fields???

  • I have been using Photoshop Elements 8 for years. All of a sudden, the cropping tool changed: I cannot crop vertically or horizontally anymore--only diagonally. This has made it impossible for me to get the photo I want. I hope someone knows how to fix th

    I have been using Elements 8 ever since it came out, and all of a sudden the cropping tool has changed: I can no longer crop horizontally or vertically, only diagonally. The up/down/side arrows have disappeared! Please help if you can, I'm no longer able to make my photos look their best. Thank you in advance.

    Quit the editor (Quit PSE on a mac). Then restart it while holding down ctrl+alt+shift (command+option+shift). Keep the keys down till you see a window asking if you want to delete the settings file. You do.

  • My iPod touch 5 no longer displays its horizontal view.

    I can no longer have my iPod touch 5 display in the horizontal position when I turn it on its side.
    Any  help would be most welcome.
    Thanks,
    Walter

    Try:
    iOS: Screen does not rotate

  • Help with code for inserting horizontal scroll bar in photo gallery in Business Catalyst site?

    Hi,
    I am using Business Catalyst and Dreamweaver to create a trial site.
    I am not sure if this is the correct forum to post this request but anyway I have inserted a photo gallery module at the bottom of the sidebar in the homepage of my test site.
    Can anyone advise on whether jquery or any other code can be inserted into the page or module code that will replace the "next" hyperlink below the first 4 photos with a horizontal scroll bar at bottom of the gallery so users can just scroll through all 12 images ?
    Kind Regards, Matt.
    http://craftime-bs6.businesscatalyst.com/

    Alyssa,
    Have you tried putting this rule back as it was originally:
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto; /*was 9px*/
        color: #EF9CCF;
        background-color: #FFF;
    That is, changing your 9px back to auto.
    And giving  us a link (as you did) is much better than printing out the code for us! Thanks!
    Beth

  • What is the white horizontal line and red vertical line on my brand new ipad mini?

    Bought a brand new ipad mini 2 for my sons Christmas, took it out the box and it was during the set up process, ie entering his iTunes and icloud account, a white horizontal line and a red vertical line appeared on the screen and is there all the time now.  Have tried switching off and on and resetting, but it is still there.  Any ideas??

    Hi Tolmivooz,
    So the lines didn't appear until you were into the setup?
    Does the orientation of the lines change when you rotate the screen?
    Thanks for trying the restart and reset. Please see if a restore helps.
    Get help with the screen on your iPhone, iPad, or iPod touch - Apple Support
    If you see lines, missing sections, discoloration, or poor image quality
    Try to restart your device. If you can't restart, reset your device.
    If restarting or resetting doesn’t fix the issue, restore your device.
    If you still see the issue after you restore, contact Apple Support.
    Best,
    Nubz

  • Horizontal shifting bars on MBP 15 after disconnecting 24" LED cinema display and waking up from clamshell mode.

    I use my MBP 15 (late 2011) with 24" Apple LED Cinema display in a clamshell mode. After disconnecting external display, and opening display, it shows horizontal shifted bars, so it becomes completely unusable. Have to hard reset laptop. Any hints on how to resolve this? Thanks.

    Ok, more information for anyone that might care. The wake-up seems to be the familiar dark wake in order to go into hibernate mode. Except now, it's a death wake. Looking at the logs, I see that it happens exactly 70 minutes after sleeping, even though hibernatemode = 0 (which shouldn't hibernate at all!)
    So my power settings look like this:
    Currently in use:
    standbydelay         4200
    standby              1
    halfdim              1
    hibernatefile        /var/vm/sleepimage
    darkwakes            0
    gpuswitch            2
    disksleep            10
    sleep                10
    autopoweroffdelay    14400
    hibernatemode        0
    autopoweroff         1
    ttyskeepawake        1
    displaysleep         2
    acwake               0
    lidwake              1
    standbymode is 70 minutes, what a coincidence. I'm going to try setting it to 0 and see what that does.

  • How do I get rid of the big white bar on the side of safari when I rotate my iPad Air horizontal?

    When I rotate my iPad Air horizontal, about 1/3 of the screen on the left is white and says "favorites and reading list".  I am not sure how this all of the sudden appeared, but it didn't used to be like that.

    Hi ..
    Tap < Back top left corner of the window then tap Done top right.

  • How do I add mutiple horizontal submenus to one menu label.

    For Muse, how do I add mutiple horizontal submenus to one menu label. In other words, I have Interior,Graphic and Web as one menu. Under Interior I want a horizontal submenu with Kitchens, bathrooms, closets,etc. Then under Kitchens I may want Bars, Islands and pantries.. Windows 7.

    In plan view drag all of the pages you want in a submenu under the page you have set for the top level menu. So in your situation you would want kitchens, bathrooms, clostets etc under the interior page in plan view.

  • Can you help me fix my screen? It randomly has a bluish tint, bad resolution and horizontal flashing lines

    Hi all,
    It's a 15" 2.4 Ghz Intel Core 2 Duo MBP running on Leopard 10.5.8, bought spring 2008.
    About a couple of weeks ago, my screen started randomly switching to a strange blue / purple tint along with a bad resolution (can't really read text on screen) and flashing horizontal lines in the background. It started worrying me given I'm working with it all the time and am hoping for this machine to hold on for a few more months until I can buy a new one.
    It would happen randomly for a few minutes at a time and then revert back to normal screen.
    I found a lot of references to a similar problem in a few threads such as this one:
    https://discussions.apple.com/thread/1456983?tstart=0
    My screen has gone strange again now and isn't reverting back to normal so far even after I tried  restarting it. It was normal for 2 min only ans then back to bluish. I tried all the display fixes indicated in the threads but none of them work and I'm not exactly sure my issue is the same given I can still see the tint and horizontal lines in particular if the screen saver goes on, and the resolution on screenshots I've seen of other people having blue tint screen issues seems to be normal (as in text is legible).
    Any ideas on how to fix it? Do you think it might be more of a software or hardware problem..? Would it help if I try upgrading my Mac OS?
    Thank you very much for your time

    Thanks a lot for the reply, I was worried would say that outright. Screen just only reverted back to normal after a couple of hours. As you said probably best to bring it in for diagnosis, I'll try to do that asap though of course I'm nowhere neaar any AASP at the moment.

Maybe you are looking for

  • Fill a table with multiple records

    REPORT  REPORT1. DATA: wa_itab1  LIKE TABLE1. DATA: wa_itab2  LIKE TABLE2. DATA: itab1 TYPE STANDARD TABLE OF TABLE1,       itab2 TYPE STANDARD TABLE OF TABLE2. DATA: v_dat TYPE d VALUE '20080101'. SELECT * FROM TABLE1 INTO TABLE itab1. LOOP AT itab1

  • How to Display Varient on selection screen?

    Hi All, the requirement is i need to display the varient on selection screen as  Paramente. Display Varient   /STANDARD   as a paramente on selection screen. Please let me know how to do it. Regards, Kumar Moderator message: very basic, please search

  • Flex / Java Developer Needed

    Brilig (www.brilig.com) is a fun and exciting startup who are changing the world of online advertising. We are currently looking for a talented and energetic Flex/Java developer to join our team for the key role of front end interface developer. We a

  • What size should I rescale to?

    Hi there, I have been given a load of MPEG 2 files which I need to edit in FCP. I know that they need to be converted to an editable format. The output will be going to the web and also for a DVD to be played on a large screen in a presentation. What

  • What is "other" listed on my iPhone 4S and why is it sucking up so much storage space?  How can I get rid of it?

    How can I get rid of the huge "other" listed on my storage of my iPhone?  It's taking up huge gigs.  This phone is not even 60 days old!