ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Using ProductCart
  New Posts New Posts RSS Feed - M. A. P. pricing
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

M. A. P. pricing

 Post Reply Post Reply Page  <12
Author
Message
cbadchris1 View Drop Down
Newbie
Newbie
Avatar

Joined: 12-April-2007
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote cbadchris1 Quote  Post ReplyReply Direct Link To This Post Posted: 18-September-2007 at 12:04am

Edit "Viewprdcode.asp" as such. Maybe we can put this issue to bed.

Enjoy,

Chris

'edit price information here to display list price------------------------------------------------------- ------------------------------------------------------------ ------------------------------------------------------------ -  
  'START - Visually separate prices from other information. Don't use if layout is One Column.
  if pcv_strViewPrdStyle <> "o" then
   response.write "<div class='pcShowPrices'>"
  end if
 
  ' Display the online price if it's not zero
  if (pPrice < pListPrice) and (pcv_intHideBTOPrice<>"1") then
   response.write "<div class='pcShowProductPrice'>"
   response.write "<img src=images/salecart.gif border=0>"

   'response.write dictLanguage.Item(Session("language")&"_viewPrd_3")
   'response.write scCurSign & money(pPrice)'change this to pListPrice
   response.write "</div>"
   response.write "<div class='pcShowProductPrice'>"
    response.write dictLanguage.Item(Session("language")&"_viewPrd_20")
    response.write "<span class='pcShowProductListPrice'>" & scCurSign & money(pListPrice) & "</span>"
    response.write "</div>"
    response.write "<div class='pcShowProductSavings'>"
    response.write dictLanguage.Item(Session("language")&"_viewPrd_4")
    response.write scCurSign & money((pListPrice-pPrice))
    'response.write "<br>"
    response.write "</div>"
   else

cbadchris
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 20-September-2007 at 12:16am

I tackled this by adding a MAP flag to the product table and the associated admin, then a bit of logic that causes a "see our price" button.  Clicking that button displays a popup wiht the pricing information and the discount savings. On other sites I have also displayed an explanation/disclaimer as to why this is necessary.

Example: http://www.marineproductsoutlet.com/store/pc/viewPrd.asp?idc ategory=0&idproduct=354

 



Edited by Greg Dinger - 20-September-2007 at 12:39am
Back to Top
 Post Reply Post Reply Page  <12
  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.047 seconds.