Thread: DUAL Pricing v2

Page 12 of 151 FirstFirst ... 210111213142262112 ... LastLast
Results 111 to 120 of 1503
  1. #111
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by hzp View Post
    in attempt to fix problem, I went ahead and reinstalled dual pricing. same thing happens.

    i get:
    Fatal error: Cannot redeclare zen_update_products_price_sorter() (previously declared in zencart/admin/includes/functions/general.php:2512) in zencart/admin/includes/functions/functions_prices.php on line 1448

    and after I go ahead and comment it out in either functions_price or general, I get the same fatal error on zen_parse_salemaker_categories and zen_update_salemaker_product_prices


    if I comment out all three on either file, i'll be able to log back in, but i STILL have the 'wholesale prices not showing for wholesale customers" thing happening.
    I had the same problem in functions_prices and used winmerge to merge the files together instead of overwriting the entire file. I seem to recall that there is a /* in one file that wasn't in the other and when I addes that /* it made the difference. I don't think you can comment out all 3 or it won't work, perhaps that's why you can't see it on the customer side. Also, when you add the wholesale price in the catalog product listing make sure you can see it in the catagories/products page after updating. I was having a problem with the wholesale prices not sticking after updating and found that there was one line of code that hadn't been added in collect_info.

    Matt

  2. #112
    Join Date
    Oct 2007
    Posts
    2
    Plugin Contributions
    0

    Default Discount Pricing Group NOT replaced by dual pricing

    Hi, Previously I used group pricing.

    Deleted all group pricing customers and entries and installed dual_pricing_1_3_beta , after that and _1_3_7. Also did the .sql uploading part. However the Discount Pricing Group under add/edit customer is still there and there's no additional field under email to choose 0, 1 etc from.
    I'm able to insert wholesale prices when setting up a product.

    Hence, I cannot assign customers to wholesale.

    I went through the whole thread but seems I'm the first to encounter this.

    Anyone know what to do?

    Tks Michel Oo

  3. #113

    Default Re: DUAL Pricing version 2

    You use the discount pricing groups to assign customers to the wholesale pricing. So you will need to create a discount pricing group. This will group 1. When you assign customers to this group, they will be able to see the wholesale prices. All other customers will see the regular prices. You can create additional discount pricing groups, for which you will need to create additional wholesale pricing for. You would do this by adding another price in the wholesale price field when adding/editing a product.

    Someone will correct me if I am worng, but you can add multiple wholesale prices by seperating them with a comma.

    Let's say you have the following discount pricing groups...

    wholesale, club members, friends

    In the wholesale field when adding a product you would put...

    5.00,4.00,3.00

    $5 would be for wholesale
    $4 would be for club members
    $3 would be for friends

    Then you assign the customer to the appropriate discount group, which must be done manually. When each customer logs in, they see the discount price for the group they were assigned.

    I will double check the information I have to make sure this is how it is to be set up, but if I am worng, somebody please correct me ;)

    Edit: I did double check my notes and this is how it says to add multiple discount groups. I will play around with it in my own shop and let you know how it turns out. I have been wanting to add a wholesale group anyway (I currently only offer discounts for club members).
    Last edited by KrispysKingdom; 4 Oct 2007 at 04:11 PM.
    Kustom By Kris
    Its All Zen!

  4. #114

    Default Re: DUAL Pricing version 2

    Ok - I'm retarded (lol). To set multiple discount prices, enter them like so...

    5.00-4.00-3.00

    To assign a wholesale price group to a customer, edit their information. There is a box there where you can enter a number for which wholesale price group they belong to.

    1 = the first price group ($5 in example above)
    2 = secong price group ($4 in example above)
    etc.

    I am using the discount pricing as a guide to remind me which group is which. So I went into discount pricing and set up group one as Club Members. I entered the discount at 1% just to remind me that if I put a 1 in the wholesale discount group box for the customer, I am putting that person in the club discount group.
    Kustom By Kris
    Its All Zen!

  5. #115
    Join Date
    Jan 2007
    Posts
    148
    Plugin Contributions
    0

    customer issue DUAL Pricing v. 2 problem

    I installed the module, everything is in the right place, installed the SQL patches,
    but i don't see the following (mentioned in the Read Me file):

    Pick a customer and edit them.
    You will see a new text box under the email address box.

    I don't have this (a box under the email address.)

    Any ideas what I've done wrong?

    Was I supposed to install the earlier versions first and then add V.2?

    PS: I'm not using group pricing.

  6. #116
    Join Date
    Jan 2007
    Posts
    148
    Plugin Contributions
    0

    customer issue Re: DUAL Pricing v. 2 problem

    Ok, i figured out what I had done wrong. Now i do see that box and it works fine!

    Question:

    1. How do I set separate quantity & order "minimums" for wholesale & retail?
    For instance, wholesale buyers would have to buy 3/ea. of a certain product, whereas retail customers can just order 1.

    2. Also, i need to set the order minimums as well (ie: $150 for wholesale, $25 for retail.)

    Is there a way to do these 2 things...??

    Many thanks in advance,
    AW



    Quote Originally Posted by bluealice View Post
    I installed the module, everything is in the right place, installed the SQL patches,
    but i don't see the following (mentioned in the Read Me file):

    Pick a customer and edit them.
    You will see a new text box under the email address box.

    I don't have this (a box under the email address.)

    Any ideas what I've done wrong?

    Was I supposed to install the earlier versions first and then add V.2?

    PS: I'm not using group pricing.

  7. #117
    Join Date
    Sep 2006
    Posts
    277
    Plugin Contributions
    2

    Default Re: DUAL Pricing version 1.3.0.2

    I'm just trying this contribution out to implement on our site. It seems to work just fine when the price is given in the product page.
    But MOST our products are priced bye the attributes only and have a base price of 0.00.

    Now, i used the syntax 30.00-20.00 for the products w/o the attributes and that works great. but if i use the same syntax in the attributes "trade"-field it does NOT work. it ONLY applies the first group even the costomer has group 2.

    what is the syntax to use in the atribute pricing.

  8. #118
    Join Date
    Sep 2006
    Posts
    277
    Plugin Contributions
    2

    Default Re: DUAL Pricing version 2

    just found the solution...

    If your using this contribution and have product priced by both, product and attribute, use this syntax:

    for price band in create/edit product: 50.00-30.00-0.00-25.00
    for price band in the "tade" field in Attributes Controller: 50.00,30.00,0.00,25.00


  9. #119
    Join Date
    Mar 2005
    Location
    California
    Posts
    663
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Question, I issue a lot of discount coupon codes, if using this contribution, is there some way to not allow customers with wholesale pricing not to use those discount codes?

  10. #120
    Join Date
    Aug 2006
    Posts
    46
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by tj1 View Post
    Question, I issue a lot of discount coupon codes, if using this contribution, is there some way to not allow customers with wholesale pricing not to use those discount codes?
    Im wondering this too. I need to make a coupon for free shipping over $99, but i dont want my wholesale customers to be able to use it.

    any ideas?

 

 

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