Hide BTO item prices? |
Post Reply | Page <12 |
Author | |
Hamish
Admin Group Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
|
Kyle,
I've taken a look at the version of configurePrdCode I have - which is V3.11. To hide the lines on BTO items that are selectable via TICK BOXES search for 14%. You should find the following lines :- <td width="14%"> <div align="right"> <% if pnoprices<2 then%><%=scCurSign & money(prdPrice)%><%end if%> </div> The text I have highlighted in blue is the code that displays the price next to tick boxes. Change it to something like :- <td width="14%"> <div align="right"> <% if pnoprices<2 then%><% ' [RVCW - Comment out option prices] =scCurSign & money(prdPrice)%><%end if%> </div> The KEY thing is the ' which comments out the code - the rest of the text is to assist in finding changes that ay need to be RE-APPLIED whenever you upgrade the code. See http://www.earlyimpact.com/forum/forum_posts.asp?TID=1460&am p;PN=3 for thoughts on keeping track of changes. Then search for the NEXT 14% where you will find almost identical code - repeat the change there as well. Apologies if I'm "teaching grandma to suck eggs" here - I've no idea what your skill / experience levels are & anyway, others may find it useful. I only looked at the tick boxes as per your example page - I also strongly suggest checking all the other pages where the option prices may be revealed - Recalled quote/estimate - emails that are sent etc. HTH |
|
bigrasta4life
Newbie Joined: 21-June-2007 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
seems to work fine...thanks for everything
|
|
K.K.
|
|
Hamish
Admin Group Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
|
Happy to help - The tweak I gave doesn't impact any prices shown in a drop-down selection box, or radio buttons AFAIK, but If your not using them it's not an issue.
Don't forget to work through the full "customer experience" - checking other places the option prices may be given such as emails, saved quotes, checkout process etc. |
|
bigrasta4life
Newbie Joined: 21-June-2007 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Yeah i understand, and i'm not overly concerned with the prices being shown in emails or saved quotes etc....once they have requested for the quote they can see the price wherever.. thanks again |
|
K.K.
|
|
Post Reply | Page <12 |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |