![]() |
Show both wholesale and category customer pricing |
Post Reply ![]() |
Author | |
heidi ![]() Newbie ![]() Joined: 11-February-2009 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() 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 ================================================ |
|
![]() |
|
ITistic ![]() Certified ProductCart Developers ![]() Joined: 26-January-2009 Location: FL Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
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! |
|
![]() |
Post Reply ![]() |
|
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 |