Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Hybrid View

  1. #1
    Join Date
    Apr 2014
    Posts
    154
    Plugin Contributions
    0

    Default Re: Dual Pricing V1.8 separate shipping rates for wholesale/retail + other questions

    Quote Originally Posted by Johnnycopilot View Post
    How do I make the shipping choices conditional based on the status of the customer logged in? That's exactly what I want to do...

    What do you mean, put a 'check' on the shipping options? Thanks !!!
    By "check", I mean to use the session set by dual pricing mod to act as a filter to show the shipping options. When your customers log onto your site, a session is set that notifies your site whether the customer is a retail or wholesale customer with this "$_SESSION['customer_whole']" which the value will be either 0 (retail) or 1 (wholesale).

    As for the shipping modules, I understand that you offer free shipping to retail but not to wholesale. Are you using the built in free shipping method in zencart? And for the advanced shipper mod, are all other shipping methods offered to both customer groups? If not, which ones are offered to retail and which to wholesale.

  2. #2
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Dual Pricing V1.8 separate shipping rates for wholesale/retail + other questions

    I specifically created:
    http://www.zen-cart.com/downloads.php?do=file&id=1890

    To support different table rates for wholesale and retail customers. (although it works for just retail to.)

    However CEON's Adv Shipper mod doesn't support Wholesale/Retail shipping. And I'm not sure how much support is given to the module since Conner passed (we all miss him)

  3. #3
    Join Date
    Mar 2012
    Posts
    315
    Plugin Contributions
    0

    Default Re: Dual Pricing V1.8 separate shipping rates for wholesale/retail + other questions

    Quote Originally Posted by bislewl View Post
    I specifically created:
    http://www.zen-cart.com/downloads.php?do=file&id=1890

    To support different table rates for wholesale and retail customers. (although it works for just retail to.)

    However CEON's Adv Shipper mod doesn't support Wholesale/Retail shipping. And I'm not sure how much support is given to the module since Conner passed (we all miss him)
    Conner was an awesome person, that's for sure. Thanks for your post.. About the mod you created... is there ANY way I can use it for my wholesale customers only? I know that question sounds almost conflicting with what you said, but I don't know any other way to word it. I don't need any of the features of the Ceon Advanced shipper for my wholesale customers; I only need regular shipping rates. I am using Ceon advanced shipper because I need the following parameters with retail customers only.. Free shipping on orders over $100, but only to lower 48 states customers. Regular shipping prices for orders under $100, and people in HI, AK, PR, and Canada, for any dollar amount.

    Any help or advice would be appreciated!! Thanks :)

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

    Default Re: Dual Pricing V1.8 separate shipping rates for wholesale/retail + other questions

    Quote Originally Posted by Johnnycopilot View Post
    Conner was an awesome person, that's for sure. Thanks for your post.. About the mod you created... is there ANY way I can use it for my wholesale customers only? I know that question sounds almost conflicting with what you said, but I don't know any other way to word it. I don't need any of the features of the Ceon Advanced shipper for my wholesale customers; I only need regular shipping rates. I am using Ceon advanced shipper because I need the following parameters with retail customers only.. Free shipping on orders over $100, but only to lower 48 states customers. Regular shipping prices for orders under $100, and people in HI, AK, PR, and Canada, for any dollar amount.

    Any help or advice would be appreciated!! Thanks :)
    What you are trying to do will work with Twitch Wholesale <- shameless plug. If you migrate the Twitch Wholesale Filter to Dual Pricing it will work the same. Just change the field it's looking to filter from the Twitch name to the Dual Pricing name.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  5. #5
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Dual Pricing V1.8 separate shipping rates for wholesale/retail + other questions

    This I think is what you are looking for:

    http://www.zen-cart.com/downloads.php?do=file&id=1890

    It comes with 10 shipping tables each table can have differant tables for wholesale or retail based on the customers $_SESSION['customer_whole']

  6. #6
    Join Date
    Mar 2012
    Posts
    315
    Plugin Contributions
    0

    Default Re: Dual Pricing V1.8 separate shipping rates for wholesale/retail + other questions

    Quote Originally Posted by bislewl View Post
    This I think is what you are looking for:

    http://www.zen-cart.com/downloads.php?do=file&id=1890

    It comes with 10 shipping tables each table can have differant tables for wholesale or retail based on the customers $_SESSION['customer_whole']
    Sorry it took me so long to reapond.. bislewl, thanks!!!! One question.. Can I use my Ceon Advanced Shipper for the retail, and use this for the wholesale? I mean, can I use both? or is that a stupid question.. Reason I am asking is because my shipping has many variables, and I have it working,,, all except for the wholesale part.. Thanks!!
    Last edited by Johnnycopilot; 21 Dec 2014 at 08:31 AM.

  7. #7
    Join Date
    Aug 2009
    Posts
    128
    Plugin Contributions
    0

    Default Re: Dual Pricing V1.8 separate shipping rates for wholesale/retail + other questions

    Hi, did you finally make it to specify which shipping modules are for for users and which for wholesalers? I'm in the same situation and I don't know how to do...
    Thanks

  8. #8
    Join Date
    Mar 2012
    Posts
    315
    Plugin Contributions
    0

    Default Re: Dual Pricing V1.8 separate shipping rates for wholesale/retail + other questions

    Quote Originally Posted by twitchtoo View Post
    What you are trying to do will work with Twitch Wholesale <- shameless plug. If you migrate the Twitch Wholesale Filter to Dual Pricing it will work the same. Just change the field it's looking to filter from the Twitch name to the Dual Pricing name.
    Sorry it took me so long to respond. twitchtoo, thanks for the info! going to check this out.. Not sure what you mean by the <- shameless plug, but like I said, I'm gonna go check it out.. Once again, thanks!!
    Last edited by Johnnycopilot; 21 Dec 2014 at 08:32 AM.

  9. #9
    Join Date
    Aug 2014
    Location
    United States
    Posts
    7
    Plugin Contributions
    0

    Default Re: Dual Pricing V1.8 separate shipping rates for wholesale/retail + other questions

    I hope you don't mind me jumping in here, but I am trying to do this also with freeoptions shipping mod and Dual Pricing 2.1.1. Any ideas as to what the code should look like?

    Thanks!

  10. #10
    Join Date
    Aug 2014
    Location
    United States
    Posts
    7
    Plugin Contributions
    0

    Default Re: Dual Pricing V1.8 separate shipping rates for wholesale/retail + other questions

    I think more information might be in order....Retail gets free shipping when they have $50+ in their cart...Wholesale does not get free shipping. ZenCart 1.5.1 running Dual Pricing 2.1.1.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 Different shipping rates for retail vs wholesale customers?
    By Seanobr88 in forum Customization from the Admin
    Replies: 11
    Last Post: 17 Mar 2016, 07:17 PM
  2. Retail / Wholesale. Dual Pricing + Attributes Grid?
    By Nightgaunt Graphics in forum General Questions
    Replies: 1
    Last Post: 7 Oct 2010, 10:45 PM
  3. Dual Pricing wholesale module Questions
    By dermit in forum General Questions
    Replies: 2
    Last Post: 12 Sep 2010, 01:32 AM
  4. 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
  5. Dual Pricing wholesale / Retail with v 1.3.8a
    By oavs in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 5 May 2008, 11:17 PM

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