Page 12 of 17 FirstFirst ... 21011121314 ... LastLast
Results 111 to 120 of 163
  1. #111
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: Twitch Wholesale with Twitch Wholesale Attributes

    Quote Originally Posted by buildingblocks View Post
    oh, yes they definitely are uploaded.
    I'd like to thank buildingblocks for access to the problem site and report back on the 'problem'. This site needed additional custom filters added to additional files as a result of the modules and Zen Cart features being used.

    You too may need custom coding to integrate this module into your specialized-for-your-business shopping cart. The filters provided in this forum will work, but aren't always enough when you have many modules installed that have also changed the core files... contact your programmer or in this case the guy that built the module ;)

    Thanks for your continued support!
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  2. #112
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Twitch Wholesale with Twitch Wholesale Attributes

    How can I exclude only wholesale customers to redeem discount coupon on create account?

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

    Default Re: Twitch Wholesale with Twitch Wholesale Attributes

    Quote Originally Posted by 100asa View Post
    How can I exclude only wholesale customers to redeem discount coupon on create account?
    You'll need to wrap the customers_wholesale switch around the code you want to keep/hide for wholesale customers:

    if($_SESSION['customers_wholesale'] =='1'){

    --> add code here for wholesale customers to see or leave this blank to hide the code form retail customers

    } else {

    --> the original zen cart code - for retail customers stays here

    }


    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  4. #114
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Twitch Wholesale with Twitch Wholesale Attributes

    as you write in post #24, for my 1.5.4 version don't work:
    https://www.evernote.com/shard/s272/...93932e17481eb9
    the single price product is euro 37,80 instead the total order is 215,46 (discount price qty 35,91)
    and as you can see the total value order in the cart is different from the box and the template page.

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

    Default Re: Twitch Wholesale with Twitch Wholesale Attributes

    Quote Originally Posted by 100asa View Post
    as you write in post #24, for my 1.5.4 version don't work:
    https://www.evernote.com/shard/s272/...93932e17481eb9
    the single price product is euro 37,80 instead the total order is 215,46 (discount price qty 35,91)
    and as you can see the total value order in the cart is different from the box and the template page.
    That post was related to the code in 1.51 and matching Twitch Wholesale version.

    Check that the new Twitch Wholesale for 1.54 has been fit in with the stock zen quantity discounts code in 1.54.

    Once you have filtered them correctly the pricing will total the quantity discounts correctly.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  6. #116
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Twitch Wholesale with Twitch Wholesale Attributes

    Quote Originally Posted by twitchtoo View Post
    That post was related to the code in 1.51 and matching Twitch Wholesale version.

    Check that the new Twitch Wholesale for 1.54 has been fit in with the stock zen quantity discounts code in 1.54.

    Once you have filtered them correctly the pricing will total the quantity discounts correctly.
    Sorry, I'm not understand very well. So, if I not add the code edit as into #24 post, qty discount work well with wholesales (so wholesaler don't have qty discount benefit?) Because my works release of Twitch wholesale is the latest, and is I don't edit files as show in #24 post, qty discount worked also for wholesaler. Now only the shoppint cart is wrong!

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

    Default Re: Twitch Wholesale with Twitch Wholesale Attributes

    Quote Originally Posted by 100asa View Post
    Sorry, I'm not understand very well. So, if I not add the code edit as into #24 post, qty discount work well with wholesales (so wholesaler don't have qty discount benefit?) Because my works release of Twitch wholesale is the latest, and is I don't edit files as show in #24 post, qty discount worked also for wholesaler. Now only the shoppint cart is wrong!
    Then the filters need to be added to the shopping cart calculations also - functions and shopping cart files.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  8. #118
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Twitch Wholesale with Twitch Wholesale Attributes

    Quote Originally Posted by twitchtoo View Post
    Then the filters need to be added to the shopping cart calculations also - functions and shopping cart files.
    Sorry: where? what files? where I can get the code to edit/replace? from your plugin I've already edit the /includes/modules/pages/shopping_cart.php
    Maybe other files to edit?

  9. #119
    Join Date
    Aug 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Twitch Wholesale with Twitch Wholesale Attributes

    Maybe I am just missing it, but is there away to hide certain attributes from reatil customer and only have them appear for wholesale customers?

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

    Default Re: Twitch Wholesale with Twitch Wholesale Attributes

    Quote Originally Posted by davidmay354 View Post
    Maybe I am just missing it, but is there away to hide certain attributes from retail customer and only have them appear for wholesale customers?
    So product 1 has attribute a1 b2 c3 and you want to hide c3?

    Yes it can be hidden.

    Small scale - either you add one of the filters already in this thread with the addition of the attribute you want to hide

    or

    I would need to add a new code based on my other wholesale module - Twitch Wholesale | Retail Product Control Switch to apply to attributes.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

 

 
Page 12 of 17 FirstFirst ... 21011121314 ... LastLast

Similar Threads

  1. Twitch Wholesale | Retail Product Control Switch
    By twitchtoo in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 20 Oct 2018, 08:09 PM
  2. v151 Twitch SaleMaker & Specials for Attributes
    By twitchtoo in forum Setting Up Categories, Products, Attributes
    Replies: 20
    Last Post: 26 Jun 2014, 01:41 PM
  3. v151 Twitch TURN OFF SaleMaker & Specials & Discount Coupons for Wholesale Customers
    By twitchtoo in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 26 Dec 2013, 08:52 AM
  4. 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
  5. Need to have wholesale pricing with quantity discounts for wholesale customers only..
    By littleturtlemama in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 0
    Last Post: 29 Sep 2007, 10:01 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