Thread: DUAL Pricing v2

Page 76 of 151 FirstFirst ... 2666747576777886126 ... LastLast
Results 751 to 760 of 1503
  1. #751
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    cart error Re: DUAL Pricing v2

    Quote Originally Posted by twitchtoo View Post
    I am developing it as we speak!

    Twitch.
    Update, I have found a number of spelling typos in the variable names, as well the _w variables were not added to all the necessary locations. That being said the single largest problem I am having right now is isolating the price that is being passed on to the shopping cart. I can make the price show up beside the attribute when you are logged in as a wholesale customer :).

    Twitch.

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

    Default Re: DUAL Pricing v2

    Quote Originally Posted by twitchtoo View Post
    Update, I have found a number of spelling typos in the variable names, as well the _w variables were not added to all the necessary locations. That being said the single largest problem I am having right now is isolating the price that is being passed on to the shopping cart. I can make the price show up beside the attribute when you are logged in as a wholesale customer :).

    Twitch.
    I got it. 4:48am I finally cracked it. Attribute prices will now move from the product page to the shopping cart in both retail and wholesale!

    Dual Pricing - Wholesale Attributes Pricing Bug Fix - Instructions to follow!

    Twitch.

  3. #753
    Join Date
    Sep 2006
    Posts
    277
    Plugin Contributions
    2

    Default Re: DUAL Pricing v2

    The fix for the error in the admin product preview is in

    admin/includes/modules/product/preview_info.php around line 19

    p.products_model, p.products_image, p.products_price, p.product_price_w, p.products_virtual,
    and change that to
    p.products_model, p.products_image, p.products_price, p.products_price_w, p.products_virtual,
    that solved, off to the next issue :) YAYYYY
    http://www.zen-cart.com/forum/showthread.php?t=175574

    I am so grateful to all of you helping here and spending time to make this cart what it is..

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

    Default Re: DUAL Pricing v2

    Quote Originally Posted by twitchtoo View Post
    I got it. 4:48am I finally cracked it. Attribute prices will now move from the product page to the shopping cart in both retail and wholesale!

    Dual Pricing - Wholesale Attributes Pricing Bug Fix - Instructions to follow!

    Twitch.
    One last update, I've fixed the sub-total calculation for retail and wholesale in the shopping cart, and found that my personalizing code is not passing to the cart in wholesale only. Once this is corrected tonight I'll be applying all of the changes to the live site pen in hand. Hang in there the fix is closer than ever!!!

    I also noticed that the wholesale invoice in admin loads the original retail price just below the product description. I intend to leave this code the way it is, seems like a simple way to show the retail price! In the future I'm sure I could muster up a 'list' column but that's not my direction at this time besides this module has already cost a pile of $$$ to fix!

    Twitch.

  5. #755
    Join Date
    May 2007
    Location
    Surrey, BC, Canada
    Posts
    11
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    I am using Ver. 1.3.9bp1

    1. If I install the Dual Pricing add-on so I can offer wholesale pricing, will I be able to set the free shipping minimum to a different amount to the Retail Priced area? eg. $50.00 for retail and $200.00 for wholesale.
    2. Also, will I be able to have a minimum order of say, $100.00 for the wholesale area?

    Thanks

    Roy

  6. #756
    Join Date
    Sep 2006
    Posts
    277
    Plugin Contributions
    2

    Default Re: DUAL Pricing v2

    to my knowledge, you can't do that.

  7. #757
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Quote Originally Posted by BC_Roy View Post
    Also, will I be able to have a minimum order of say, $100.00 for the wholesale area?
    I would also love if we could make the wholesale area have a minimum amount. For the time being, I have a note stating that wholesale orders for less than $100 will be canceled unless prior arrangements have been made. This seems to work most of the time.

  8. #758

    Default Re: DUAL Pricing v2

    Quote Originally Posted by craftzombie View Post
    I would also love if we could make the wholesale area have a minimum amount. For the time being, I have a note stating that wholesale orders for less than $100 will be canceled unless prior arrangements have been made. This seems to work most of the time.
    I do the same, i.e. state a minimum order size policy for wholesale. I also use the different pricing levels. New resellers get a courtesy discount only. When I know they are serious I upgrade their price level to receive better pricing. This seems to weed out the people who are not serious and the serious wholesale customers are thrilled to be upgraded.

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

    Idea or Suggestion Re: DUAL Pricing v2

    Quote Originally Posted by BC_Roy View Post
    I am using Ver. 1.3.9bp1

    1. If I install the Dual Pricing add-on so I can offer wholesale pricing, will I be able to set the free shipping minimum to a different amount to the Retail Priced area? eg. $50.00 for retail and $200.00 for wholesale.
    2. Also, will I be able to have a minimum order of say, $100.00 for the wholesale area?

    Thanks

    Roy
    Quote Originally Posted by stevefriedman71 View Post
    to my knowledge, you can't do that.
    It would work something like this:
    The site needs to see you are a wholesale customer, then you would need a wholesale shipping module and finally a wholesale minimum qty/value.

    I am working on the first two, the last one might be on the shelf for a couple weeks.

    Twitch.

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

    Have a Drink Re: DUAL Pricing v2

    Update: Dual Pricing - Wholesale Attributes Pricing Bug Fix is on it's way... This is now working on a live site with over 1500 unique attribute prices!!

    I had to install the admin/add_customers_from_admin module then update it so you can now add wholesale customers from admin AND using the bulk .csv file. I'll include instructions to do this also.

    Twitch.

 

 

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