Show both wholesale and category customer pricing
Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=4031
Printed Date: 15-July-2025 at 9:40am Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: Show both wholesale and category customer pricing
Posted By: heidi
Subject: Show both wholesale and category customer pricing
Date Posted: 28-September-2010 at 3:20pm
Hi,
I setup my store to have 3 levels of pricing under customer category with wholesale privileges. I'm using the current wholesale pricing field as my Map pricing, so only wholesale customer can see the map when they login.
I want to be able to display level pricing AND wholesale(MAP) pricing on product detail page.
After customer login, they will see the following on the product detail page.
Level 1 Pricing: $90 Wholesale/MAP: $120
I tried to edit the code on viewPrdCode.asp page, either both pricing showed up as level 1 pricing or not showing at all.
Would someone able to give me a tip on this?
================================================ ' If this is a wholesale customer and the wholesale price is > zero, display it here if pcv_intHideBTOPrice<>"1" then if session("customertype")=1 and pBtoBPrice1>0 then pPrice1=pBtoBPrice1 end if if session("customerCategory")<>0 then response.write "<div class='pcShowProductPriceW'>" response.write session("customerCategoryDesc")&": " response.write scCurSign & money(pPrice1) response.write "</div>" else if (pBtoBPrice1>"0") and (session("customerType")=1) then response.write "<div class='pcShowProductPriceW'>" response.write dictLanguage.Item(Session("language")&"_viewPrd_15") &" " response.write scCurSign & money(pBtoBPrice1) response.write "</div>" end if end if end if ================================================
|
Replies:
Posted By: ITistic
Date Posted: 09-October-2010 at 9:33am
Hi Heidi,
Can't tell you exactly what to do without digging through the code, but I can tell you that this is probably a fairly minor customization that our company and a few others that frequent these forums could help you out with. If you want to seek professional help please let us know!
Have a great weekend!
------------- Shawn Berg
Owner / Project Manager
(877) iTISTIC / (877) 484-7842
http://www.iTistic.com">
|
|