Thread: DUAL Pricing v2

Page 101 of 151 FirstFirst ... 519199100101102103111 ... LastLast
Results 1,001 to 1,010 of 1503
  1. #1001
    Join Date
    Oct 2011
    Location
    Port Hope, Ontario
    Posts
    20
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Quote Originally Posted by voltar View Post
    Here is what's happening. I add a wholesale price to a product along with 2 attributes with 4 values entered in the Trade field. On the retail side of the site, the correct wholesale price displays along with the attributes. I select an attribute and add to the cart.

    In the cart, the correct wholesale price is displayed based on the wholesale level of the customer. however, the correct attribute price does not add. Only the 1st level of the wholesale attribute string is added. And here's another odd thing, the cost of the attribute is not displayed but the total shows the added attribute.

    What have I missed? Thanks.
    its a shopping_cart.php issue...

    Try this...

    Download the modded files I linked a few post back here

    unzip and find includes>classes>shopping_cart.php

    replace the one you currently have on your site (Make A backup first, or just rename your existing)

    Everything should work then... I've been running this for a month or so with no issues

    Also keep in mind the copy to category or product in attribute controller doesn't work... You have to manually assign the prices for each attribute with each product

  2. #1002
    Join Date
    Oct 2009
    Posts
    90
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    i am not sure if this issue is the same issue voltar had but...

    its taken me about a week or so to fine tune this mod without any issues. Well not the issue i am having is i have everything set up to where it shows me retail and then shows me the wholesale price. Now tier one shows the price correct. Problem is when i go in and change a customer to tier 2 pricing it shows tier ones pricing but when i add it to the cart it shows tier two pricing.

    Question is..is there a way to show tier two pricing all together if they are tier two or tier three pricing if they are tier three on the product page as well? Ill keep on going through the pages but it doesn't seem like like anyone has kinda had this issue. I wanna say there piece of code missing in my tpl_product_info_display.php where its not writing the correct price depending on what tier they are. Let me know if anyone needs any more information or clarification.

  3. #1003
    Join Date
    Oct 2009
    Posts
    90
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    anyone?

  4. #1004
    Join Date
    Apr 2011
    Posts
    80
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Quote Originally Posted by Horrific_ending View Post
    i am not sure if this issue is the same issue voltar had but...

    its taken me about a week or so to fine tune this mod without any issues. Well not the issue i am having is i have everything set up to where it shows me retail and then shows me the wholesale price. Now tier one shows the price correct. Problem is when i go in and change a customer to tier 2 pricing it shows tier ones pricing but when i add it to the cart it shows tier two pricing.

    Question is..is there a way to show tier two pricing all together if they are tier two or tier three pricing if they are tier three on the product page as well? Ill keep on going through the pages but it doesn't seem like like anyone has kinda had this issue. I wanna say there piece of code missing in my tpl_product_info_display.php where its not writing the correct price depending on what tier they are. Let me know if anyone needs any more information or clarification.
    I've just about beat this thing into submission... I think. A couple more tweaks and I'll run with it. I believe that you are on the right track looking into the tpl_product_info_display.php file for what you want. I use a custom template file so I had to hand code in the code differences and then modify it to work the way I wanted.

    The docs are pretty good in there and you should be able to locate where you want to add the additional information you need. Your request doesn't seem too difficult to pull off. I'm pretty much a hacker. I just hack away till it works and then move on. Hopefully someone with a bit more experience than me can jump in here and point you in the right direction. If not, tinker around with tpl_product_info_display.php one section at a time and you might just stumble into exactly what you want. Good luck.

  5. #1005
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: DUAL Pricing v2

    Ok, now it's done. I have finally completed Site Wide Wholesale Customer Pricing + Radio Button Retail Pricing + Grid Wholesale Multi Add Pricing + Stock Quantities, and it all runs on 1.3.9h with MultiSite, CEON URI Mapping, Products with Attributes Stock and it's not hacked... there's even remarks!

    That means retail and wholesale prices now display properly on the site as a guest, logged in retail customer and logged in wholesale customer.

    Give me a couple days to compile it and share it with the group...

    Here's a preview:

    Guest/Retail Product Page
    Attachment 10572

    Wholesale Product Page
    Attachment 10573

    I made a point to leave a lot of the old code from various contributions in tack so anyone upgrading can see what I've changed or to ensure the variables others might be using are not corrupted.

    This took months to get working... Finally, Twitch is back!

    Last edited by twitchtoo; 7 Jun 2012 at 02:01 PM. Reason: images uploaded

  6. #1006
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: DUAL Pricing v2

    Sounds awesome.. A few questions..
    • Does SBA show stock quantities for product variants where there is more than one attribute or only for single attributes?
    • Which version of SBA are you using?
    • What about hidden wholesale. Is that included as well?


    Quote Originally Posted by twitchtoo View Post
    Ok, now it's done. I have finally completed Site Wide Wholesale Customer Pricing + Radio Button Retail Pricing + Grid Wholesale Multi Add Pricing + Stock Quantities, and it all runs on 1.3.9h with MultiSite, CEON URI Mapping, Products with Attributes Stock and it's not hacked... there's even remarks!

    That means retail and wholesale prices now display properly on the site as a guest, logged in retail customer and logged in wholesale customer.

    Give me a couple days to compile it and share it with the group...

    Here's a preview:

    Guest/Retail Product Page
    Attachment 10572

    Wholesale Product Page
    Attachment 10573

    I made a point to leave a lot of the old code from various contributions in tack so anyone upgrading can see what I've changed or to ensure the variables others might be using are not corrupted.

    This took months to get working... Finally, Twitch is back!

    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #1007
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: DUAL Pricing v2

    DivaVocals,
    1 - Multiple attributes and multiple types... Picture 1 - The sizes (Size) each have corresponding personalizing (Text) quantities in stock, personalizing is being hidden for wholesale in the second picture. It would be possible to display the personalizing for each size and it's stock as the data is already loaded in the array. Another options would be displaying Adult Sizes and Kids sizes on the same product page.

    2 - SBA 4.7a upgraded for 1.3.9h.

    3 - I rebuilt the Dual Pricing Wholesale Pricing v1.7 Module. The current version Dual Pricing v1.8 and Hidden Wholesale I have had NO hand in. Mine works and it's not hacked... 2 years of solid sales without failing. It runs all the time, MultiSite or not, meaning you can use it with a variety of templates or sites or not at all. It does not cater to wholesale pricing tiers/levels. In the site it's programmed for you're either a wholesale customer or you're not, very simple switch.

    Twitch.

  8. #1008
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: DUAL Pricing v2

    With regards to item #1.. Actully what I was asking about is product variants that consist of two (or more) attributes.. For example if I was selling widgets that came in three sizes, and four colors. Would I be able to see the qty for each size/color combo? So if I have 4 large/pink t-shirts in stock would I see the quantity for this size/color combo in your implementation..

    With regard to item #3.. Understood.. and that's what I was hoping you would say.. So if you are a wholesale customer, you only see wholesale pricing, retail customers & guest only see retail pricing.. Is that correct?? If so, then are you saying that there is only ONE "level" for wholesale pricing. Can you elaborate on this point a bit. Does this mean that for each product there is a retail and a whole sale price?? If so if I do not set a wholesale price for a product, what does the wholesale customer see when viewing that product??

    One last question.. I take it that this is a Zen Cart v1.3.9 add-on??

    Quote Originally Posted by twitchtoo View Post
    DivaVocals,
    1 - Multiple attributes and multiple types... Picture 1 - The sizes (Size) each have corresponding personalizing (Text) quantities in stock, personalizing is being hidden for wholesale in the second picture. It would be possible to display the personalizing for each size and it's stock as the data is already loaded in the array. Another options would be displaying Adult Sizes and Kids sizes on the same product page.

    2 - SBA 4.7a upgraded for 1.3.9h.

    3 - I rebuilt the Dual Pricing Wholesale Pricing v1.7 Module. The current version Dual Pricing v1.8 and Hidden Wholesale I have had NO hand in. Mine works and it's not hacked... 2 years of solid sales without failing. It runs all the time, MultiSite or not, meaning you can use it with a variety of templates or sites or not at all. It does not cater to wholesale pricing tiers/levels. In the site it's programmed for you're either a wholesale customer or you're not, very simple switch.

    Twitch.
    Last edited by DivaVocals; 7 Jun 2012 at 05:06 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #1009
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: DUAL Pricing v2

    DivaVocals,
    1 - It's setup to run through the attributes that are associated with the product. If the output was not suitable some minor changes to the code could be made, once the data is loaded properly into the array it's only a matter of formatting the output to your needs.

    3 - The index page is filtered for all three Guest/Retail and Wholesale, technically guest and retail are identical right now, wholesale customers have their own index. One level of wholesale is correct, the site was running with radio buttons for all products with retail/wholesale now by request I have split the two. Retail = Radio Buttons, Wholesale = Grid Pricing with Quantity Add and Stock Display. Currently the retail customer experience is identical to the wholesale, save the index page and the pricing... Shipping and Payment Options are also filtered for retail/wholesale with the same switch.

    Have a look:
    Guest/Retail Page:
    Attachment 10578
    Wholesale Page:
    Attachment 10579

    You need to set the prices for retail and wholesale, this site has many products, a blanket discount is not appropriate.

    It's possible to completely change the output for a wholesale customer if you need to, this site did not require drastic retail/wholesale changes. With MultiSite installed you also have the option of creating a Wholesale Template.

    Finally, this wholesale filter will work WITHOUT attributes... just regular products and retail/wholesale prices will also work :)

    Only compatible with 1.3.9h at the moment.

    Twitch.

  10. #1010
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: DUAL Pricing v2

    Sorry to do this to ya.. I do have a few more questions..

    If I have a product with a retail price set, but no wholesale price set, what does the wholesale customer see??

    Going back to products with attributes: So using your posted examples what do I see if the product has a size/color product variant. If I had say 4 large/green footed pajamas in stock do I see that displayed with the attributes on the product page?? Or can you only display stock quantities when there is only ONE attribute (size only or color only versus size AND color as in your example)

    Quote Originally Posted by twitchtoo View Post
    DivaVocals,
    1 - It's setup to run through the attributes that are associated with the product. If the output was not suitable some minor changes to the code could be made, once the data is loaded properly into the array it's only a matter of formatting the output to your needs.

    3 - The index page is filtered for all three Guest/Retail and Wholesale, technically guest and retail are identical right now, wholesale customers have their own index. One level of wholesale is correct, the site was running with radio buttons for all products with retail/wholesale now by request I have split the two. Retail = Radio Buttons, Wholesale = Grid Pricing with Quantity Add and Stock Display. Currently the retail customer experience is identical to the wholesale, save the index page and the pricing... Shipping and Payment Options are also filtered for retail/wholesale with the same switch.

    Have a look:
    Guest/Retail Page:
    Attachment 10578
    Wholesale Page:
    Attachment 10579

    You need to set the prices for retail and wholesale, this site has many products, a blanket discount is not appropriate.

    It's possible to completely change the output for a wholesale customer if you need to, this site did not require drastic retail/wholesale changes. With MultiSite installed you also have the option of creating a Wholesale Template.

    Finally, this wholesale filter will work WITHOUT attributes... just regular products and retail/wholesale prices will also work :)

    Only compatible with 1.3.9h at the moment.

    Twitch.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

Similar Threads

  1. Dual Pricing - Wholesale Pricing - Some issues I was able to fix
    By hollettster in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 17 Dec 2010, 12:00 AM
  2. Dual Pricing - Wholesale Pricing for Zen 1.3.7 works with Easypopulate
    By micheloo in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 20 Jan 2010, 06:01 PM
  3. No Attributes after installing Dual Pricing - Wholsale Pricing
    By drybsmt in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 10 Sep 2009, 11:09 AM
  4. Quantity Discounts and Dual Pricing - Wholesale Pricing
    By snarkys in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 2 Jul 2007, 06:47 PM
  5. Dual Pricing Module & Dual Tax Classes
    By WILL in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 25 May 2007, 10:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR