View Full Version : Need more space in shippng message
David N
11-Feb-2004, 10:51 PM
In the shipping message area of Business Settings / shipping & handling. I need to have more room to put a larger description of my shipping types. Catalog only allows me 120 characters. can I extend this to 240 or more??
David
NormanRouxel
11-Feb-2004, 11:46 PM
There are several ways:-
1) You can just hard-code the text into Act_Order01.html (in your Site1 folder). Look for the line
NETQUOTEVAR:SHIPMESSAGE
Which displays the text in Business Settings / shipping & handling. Just add your own text either side of this to suit.
2) You can create a Custom Property containing the extra text and display it before / after the usual shipping message.
E.g. Create Custom Property EXTRASHIPINFO ( Advanced / Custom Properties).
Edit Act_Order01.html. Amend the line
NETQUOTEVAR:SHIPMESSAGE
To be
NETQUOTEVAR:SHIPMESSAGE CUSTOMVAR:EXTRASHIPINFO
Now in Design / Options / Site Defaults you can click the "+" sign, choose EXTRASHIPINFO and set its value to what message you want. (if using Business uncheck Searchable and check Use as CUSTOMVAR)
If you need even more text than will fit just create and add another Custom Property.
Norman
David N
12-Feb-2004, 01:48 AM
tried part 2 but did nort see any + sign
I am ruung catalog latest version 5 untill 7 comes out
I have hard coded
thanks Norman
David N
12-Feb-2004, 02:31 AM
Norman
How can I put a notice to shoppers advising them in their early check out stages that shipping is free if they spend over £50 ?
may be in the veiw cart or first checkout screen
David
cdicken
12-Feb-2004, 08:37 AM
Place your message right underneath NETQUOTEVAR:BODY in Act_ShoppingCart.html and underneath NETQUOTEVAR:THEORDERDETAILS in Act_Order00.html.
NormanRouxel
12-Feb-2004, 08:49 AM
tried part 2 but did nort see any + sign
Oops. That was how you do it in V6. In V5, double-click the top of your product tree (bundle of money icon) and choose Properties. Rest is the same as above.
How can I put a notice to shoppers advising them in their early check out stages
You could put the text into Act_Order00.html. Same idea as above. Make a Custom Property (say SHIPFREEMSG) but try putting it near the top. E.g.
change the 1st
<P><P>
to
<P>CUSTOMVAR:SHIPFREEMSG<P>
Norman
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.