Announcement

Collapse
No announcement yet.

Changing text is causing me much stress! Pls help

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

    Changing text is causing me much stress! Pls help

    Hi there,
    (I'm using Catalog V6 )
    Please could anyone tell me how i change the text: " (Prices in

    British Pounds)" which appears on the shopping cart and

    checkout pages. I've gone to the search function in design/ text

    but couldn't find it.....AND............

    ALSO: if i need to change the language of all the little buttons

    like "Continue shopping" "Retrieve" "Store top" "Go" etc etc: is

    the only way of doing this to design my own GIFs and then

    replace the existing GIFs in the Site 1 folder?? Is there no way of

    just replacing the GIFs with the text of my choosing via actinic's

    menus? (as it let me do with the "add to cart buttons")

    Any help would be really great! Cheers!

    #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.


    Also in order to change text of the gif buttons is only by creating your own buttons.

    Hope this helps
    Thank You
    Menar Khan

    Comment


      #3
      Thanks very much for that!


      COULD I ALSO ASK...
      how do i remove the "subtotal" bit from the cart and checkout tables.....i only need to display "total" cost.

      cheers!

      Comment


        #4
        .....1 MORE! SORRY!

        HOW DO I either delete or change where the "Cancel" grey button links to...it just does the same as the "back" button. I would like to have it link to "View cart" if possible.

        Comment


          #5
          how do i remove the "subtotal" bit from the cart and checkout tables.....i only need to display "total" cost.
          Open Act_ShoppingCartXML.html in Notepad. This file is somewhere in your 'Site1' folder. Locate the lines:
          Code:
          <Actinic:REMOVE TAG="SubTotalRow">
          <TR>
          	<TD ALIGN=RIGHT COLSPAN="NETQUOTEVAR:PRICECOLSPAN"><B><SPAN CLASS="actxsmall">NETQUOTEVAR:SUBTOTALCAPTION</SPAN></B></TD>
          	<TD ALIGN=RIGHT BGCOLOR="NETQUOTEVAR:CHECKOUTBG"><SPAN CLASS="actxsmall">NETQUOTEVAR:SUBTOTAL</SPAN></TD>
          	NETQUOTEDEL:REMOVE
          	<TD ALIGN="CENTER" ROWSPAN="NETQUOTEVAR:REMOVEROWSPAN">&nbsp;</TD>
          	NETQUOTEDEL:REMOVE
          </TR>
          </Actinic:REMOVE>
          and add comment marks around it (put <!-- before it and --> after it).

          HOW DO I either delete or change where the "Cancel" grey button links to...it just does the same as the "back" button. I would like to have it link to "View cart" if possible.
          It is not possible to change this - it just goes to the last HTML page you were on before you entered the checkout.

          To remove it, comment out the line

          <input type=SUBMIT name=ACTION value="NETQUOTEVAR:CANCELBUTTON">

          in Act_Order00.html, Act_Order01.html, and Act_Order02.html.

          Comment

          Working...
          X