Announcement

Collapse
No announcement yet.

Remove text from shopping cart

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Remove text from shopping cart

    I sit possible to remove the text 'Prices in British Pounds' from Shopping Cart (Prices in British Pounds) above the shopping cart?

    #2
    Hi there,

    There are number of ways to access this information, the easiest would be to go into Design|Options|Shop defaults, under the 'default price text' area you will find 'Reciept currency label' where you can see the text "Prices in %s" change that to what you like to print on-line, apply and OK then update your store.




    Hope this helps
    Thank You
    Menar Khan

    Comment


      #3
      Thanks

      Thanks

      Comment


        #4
        Hi there

        I would like to remove the line 'Prices in British Pounds' rather than reword "Prices in'.

        I appreciate that i can edit as per you previous post the first part and replace with nothing and therefore only display 'British Pounds' online. In order to remove the rest (or if I do it this way the whole lot in one go!), is there any part of the code in the cart that can be <!-- --> out.

        I tried the default tax zone message in Act_shopping Cart but no joy (so i put it back in).

        Appreciate it if any one has a simple way of removing this phrase.

        Steven

        Comment


          #5
          So, I thought I was being a cod again so I went to Design | Options | Shop Defaults and deleting the text for 'Receipt Currency Label'.

          I notice that while this removes the entire expression, a '()' still appear that were originally around the expression.

          Any thougths on removing that?

          Thanks
          Steven

          Comment


            #6
            Hi there,

            If you goto Advance | Template Manager | Ordering Tab and click on the CartTable button which opens up a ShoppingCartXML.html template.

            At the very beginning of that page please locate the variable;

            NETQUOTEVAR:CARTCAPTION

            Replacing it with <!-- NETQUOTEVAR:CARTCAPTION -->, save the file and then preview the changes in Actinic.

            Hope this helps
            Thank You
            Menar Khan

            Comment


              #7
              Hi Menar

              I thought it may do that, this removes the whole line and not just the () that surrounded the Prices in British Pounds.

              I guess I could simple add the text in 'Shopping Cart' where I blanked out NETQUOTEVAR:CARTCAPTION, unless you have any other suggestions.

              Thanks Menar

              Steve

              Comment


                #8
                Hello

                Any luck with this re removing the '()' that are left on the checkout page after I have removed 'prices in British Pounds' from Design | Options | Text.

                I note that this is used on the receipt and email to customers and this displays the '()' there too.

                Thanks
                Steve

                Comment


                  #9
                  Hi there,

                  If you go to Advance | Template Manager | Ordering Tab and click on the CartTable button which opens up a ShoppingCartXML.html template. At the very beginning of that page please locate the variable;

                  NETQUOTEVAR:CARTCAPTION

                  Replacing it with <!-- NETQUOTEVAR:CARTCAPTION -->, save the file and then preview the changes in Actinic.
                  By commenting out the variable NETQUOTEVAR:CARTCAPTION removes the entire line, however as you wrote in a previous thread you can simply add the text "SHOPPING CART" next to the commented out variable which will make the “SHOPPING CART” text appear above the shopping cart.

                  Hope this helps
                  Thank You
                  Menar Khan

                  Comment

                  Working...
                  X