ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Show List Price in pcShowProductH.asp
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Show List Price in pcShowProductH.asp

 Post Reply Post Reply
Author
Message
Jackalope View Drop Down
Groupie
Groupie


Joined: 07-July-2006
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jackalope Quote  Post ReplyReply Direct Link To This Post Topic: Show List Price in pcShowProductH.asp
    Posted: 26-June-2007 at 2:56pm

I'm trying to add in the list price (with strikethrough) to the pcShowProductH.asp file. I know I need to insert some code between:

  <% if (pPrice>0) and (pcv_intHideBTOPrice<>"1") then %>
   <p class="pcShowProductPrice">
   <%response.write dictLanguage.Item(Session("language")&"_prdD1_1") & " " & scCursign & money(pPrice)%>
   <!-- Load quantity discount icon -->
   <!--#Include File="pcShowQtyDiscIcon.asp" -->
   </p>

and...

   <%if (pListPrice-pPrice)>0 AND plistHidden<0 AND session("customerType")<>1 then %>
    <p class="pcShowProductSavings">
    <% response.write dictLanguage.Item(Session("language")&"_prdD1_2") & scCursign & money(pListPrice-pPrice)%>
    </p>
   <% end if

If anyone knows of a way to insert the list price between the price and savings, please help. Thanks.

Back to Top
Jackalope View Drop Down
Groupie
Groupie


Joined: 07-July-2006
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jackalope Quote  Post ReplyReply Direct Link To This Post Posted: 26-June-2007 at 3:06pm

I thought I could just add the code below, but it only gave a "HTTP 500 Internal Server Error" message.

Here's the code I thought I could add:

             <%if (pListPrice)>0 AND plistHidden<0 AND session("customerType")<>1 then %>
    <p class="pcShowProductListPrice">
    <% response.write dictLanguage.Item(Session("language")&"_prdD1_2") & scCursign & money(pListPrice)%>
    </p>
   <% end if

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.