ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Show both wholesale and category customer pricing
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Show both wholesale and category customer pricing

 Post Reply Post Reply
Author
Message
heidi View Drop Down
Newbie
Newbie


Joined: 11-February-2009
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote heidi Quote  Post ReplyReply Direct Link To This Post Topic: Show both wholesale and category customer pricing
    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
================================================

Back to Top
ITistic View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers


Joined: 26-January-2009
Location: FL
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote ITistic Quote  Post ReplyReply Direct Link To This Post 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
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.141 seconds.