Page 6 of 7 FirstFirst ... 4567 LastLast
Results 51 to 60 of 64
  1. #51

    Default Re: Hidden Wholesale

    Okay, thanks again.

  2. #52
    Join Date
    Oct 2005
    Posts
    286
    Plugin Contributions
    0

    Default Re: Hidden Wholesale

    I am using dual pricing 1.7 and hidden wholesale 2.1 with zencart 1.3.9h.

    My wholesale only products weren't showing to any customers, retail or wholesale.

    It looks like hidden wholesale uses "customer_whole" while dual pricing 1.7 uses "customers_wholesale".
    Once I replaced "customer_whole" with "customers_wholesale" in includes/init_includes/overrides/inti_customer_auth.php and includes/modules/pages/advanced_search_result/header.php the wholesale only products show when logged in as a wholesale customer.

    Hope this helps someone

    Cheers!

  3. #53
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: Hidden Wholesale

    A new version of this module (v2.2) has been uploaded in the Add-ons section: http://www.zen-cart.com/index.php?ma...oducts_id=1389

    It fixes a few items:
    Upgrade & test compatibility with ZC 1.3.9 and Dual Pricing 1.8 (**you might want to upgrade Dual Pricing too**). Changed files to use Override system. Fixed issue where products were viewable on frontend if you manually enter URL (and presumably by search engines).

    Please post here if you experience any issues, and I'll do my best to get it fixed.

  4. #54
    Join Date
    Feb 2011
    Location
    Manchester, UK
    Posts
    55
    Plugin Contributions
    0

    Default Re: Hidden Wholesale

    Thanks V much for the update Jackie - I will check it out.

  5. #55
    Join Date
    Jun 2009
    Posts
    16
    Plugin Contributions
    0

    Default Re: Hidden Wholesale

    There is a vulnerability in using the Hidden Wholesale along with Dual Products add-ons.

    An existing approved wholesale customer can give the exact product url to someone else, who is not an approved wholesale customer and that customer can then purchase the product.

    Is there a way to hide the url?

  6. #56
    Join Date
    Jul 2011
    Posts
    10
    Plugin Contributions
    0

    Default Hidden Retail

    We needed a way to have the wholsaler only see wholsale products. I found a simple and easy way to do this thru this Addon and suppress retail products for the Wholsaler.

    In Hidden_wholesale_2.2\includes\init_includes\overrides\init_customer_auth.php

    At the very end around line 162 where you see this code:
    Code:
    if (!$_SESSION['customer_whole'] || $_SESSION['customer_whole'] == '0') {
      $custom_restriction= ' AND p.products_price > 0 ';
    }
    change it to this
    Code:
    if (!$_SESSION['customer_whole'] || $_SESSION['customer_whole'] == '0') {
      $custom_restriction= ' AND p.products_price > 0 ';
    }  else {
    	$custom_restriction= ' AND p.products_price = 0 ';
    }
    This changes the restriction to the opposite condition if the person is a wholsaler, i.e. don't show products to them that have a product price = 0

  7. #57
    Join Date
    Jun 2011
    Posts
    194
    Plugin Contributions
    0

    Default Re: Hidden Wholesale

    Quote Originally Posted by damiendlskinsolution View Post
    @kezza:
    Again, thank you for your help. I tried your code and it works but something bugs me:

    It works in the way that it hides the category from the average customer and the wholesale customers can see the category in the category side box.
    but
    as a wholesale customer, once you click on that category link, the all content of the category sidebox goes blank. (it's actually "categoriescontent" that goes blank. "categoriesheading" still shows)
    that means as long as you are within this category, it is difficult to navigate to another part of the website.

    That's a great start though. Gotta figure that detail and we are golden!
    did you ever get this figured out??

  8. #58
    Join Date
    Jun 2010
    Location
    Holland, MI
    Posts
    230
    Plugin Contributions
    0

    Default Re: Hidden Wholesale and New Products

    I am testing out Dual Pricing and Hidden Wholesale on a test site. I just added a new product that will only be available to my wholesale customers. The add-on works in terms of only showing the products to my wholesale customers, but it shows up under "New Products" for retail and wholesale customers. When a retail customer hits the new product, they are told it doesn't exist. Any way to turn off the wholesale only products from showing up under new products?
    Steve Pembleton
    www.cheapjumprings.com

  9. #59
    Join Date
    Jun 2010
    Location
    Holland, MI
    Posts
    230
    Plugin Contributions
    0

    Default Hidden Wholesale and Version 1.5

    I am testing out Dual Pricing and Hidden Wholesale on a test site, using ZC 1.5. I have read the strings on the Dual Pricing threads about compatability with V1.5, and it seems that it is ok to use if I do not use attribute pricing and sales pricing. Is that true? Since I do not plan to use either of these features, and since it seems to work fine on my 1.5 test site, I am thinking I am ok to install it.

    Any thoughts?
    Steve Pembleton
    www.cheapjumprings.com

  10. #60
    Join Date
    Sep 2008
    Location
    Los Angeles, CA
    Posts
    82
    Plugin Contributions
    0

    Default Re: Hidden Wholesale and Version 1.5

    How did the Hidden Wholesale addon work out for you in Version 1.5?

    Nadia

 

 
Page 6 of 7 FirstFirst ... 4567 LastLast

Similar Threads

  1. v150 Dual pricing/ hidden wholesale...
    By rainbow_pixie_star in forum General Questions
    Replies: 1
    Last Post: 25 Sep 2013, 11:01 AM
  2. hidden wholesale help needed!
    By rainbow_pixie_star in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 6 Feb 2012, 03:48 PM
  3. Need to have wholesale pricing with quantity discounts for wholesale customers only..
    By littleturtlemama in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 16 Dec 2010, 04:47 AM
  4. Cpath incorrect on links to Subcategories from category page (hidden wholesale mod)
    By jackie.taferner in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 3 Nov 2010, 04:10 PM
  5. making a hidden wholesale only category?
    By daniellebaklava in forum General Questions
    Replies: 1
    Last Post: 10 Jun 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