Thread: DUAL Pricing v2

Page 104 of 149 FirstFirst ... 45494102103104105106114 ... LastLast
Results 1,031 to 1,040 of 1488
  1. #1031
    Join Date
    Dec 2011
    Location
    Boise, ID
    Posts
    28
    Plugin Contributions
    0

    bug Re: DUAL Pricing v2

    Quote Originally Posted by DivaVocals View Post
    You might want to have a glance at this add-on too: http://www.zen-cart.com/downloads.php?do=file&id=223
    Might work better for your needs..
    Actually, no it wouldn't. In fact, we use to utilize that add-on but it doesn't function the way that we need it to while Dual Pricing is PERFECT - except for it discounting the Sales (from SaleMaker) to our Wholesale customers. LOL :-\

  2. #1032
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: DUAL Pricing v2

    Quote Originally Posted by richardtuttle View Post
    Actually, no it wouldn't. In fact, we use to utilize that add-on but it doesn't function the way that we need it to while Dual Pricing is PERFECT - except for it discounting the Sales (from SaleMaker) to our Wholesale customers. LOL :-\
    Well I was thinking these specific features were more in lines with what you were inquiring about.. (since Dual Pricing does not offer similar features -- never has)

    5.) Prevent group discounts from being given on products already on sale or special at a
    higher discount. If the group discount price is lower than the sale or special price,
    products will be offered at the group discount price.


    6.) Prevent discounts of any kind being issued on gift certificates.
    Anyway.. perhaps someone will come along and explain how to add similar features to Dual Pricing..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #1033
    Join Date
    Dec 2011
    Location
    Boise, ID
    Posts
    28
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Quote Originally Posted by DivaVocals View Post
    Well I was thinking these specific features were more in lines with what you were inquiring about.. (since Dual Pricing does not offer similar features -- never has)

    Anyway.. perhaps someone will come along and explain how to add similar features to Dual Pricing..
    Yes, I understand that part but it doesn't give minute control over the wholesale pricing of each individual product. :)

  4. #1034
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: DUAL Pricing v2

    Quote Originally Posted by richardtuttle View Post
    Yes, I understand that part but it doesn't give minute control over the wholesale pricing of each individual product. :)
    Yes I do understand the difference between the two apps..

    My client opted to change the way she configured/managed her wholesale products so that she could use the other mod because the discounting of wholesale prices was a huge deal breaker for her.. But hey.. different strokes and all right??

    Anyway, hopefully someone will come along and explain how to make this same kind of feature work with Dual Pricing..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #1035
    Join Date
    Apr 2011
    Posts
    80
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    I've finally got dual pricing and hidden wholesale up and running together. (Thanks Leonard!) I'm still not able to get the wholesale prices to work with attributes but I really don't need them to right now. The problem I'm having is that the sub-total is not showing the correct sub-total. If anything in the cart isn't part of the duel pricing scheme, it doesn't add to the subtotal. However, the correct total is displayed in the final cart screen during checkout so orders are not affected.

    If anyone has an idea how to repair the sub-total total field, I am very interested. However I would also not be opposed to eliminating the field altogether. I have found the title fields and can clear them out but I can't find the file where the sub-total field is pushed to the screen. Any assistance would be greatly appreciated.

  6. #1036
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: DUAL Pricing v2

    Quote Originally Posted by voltar View Post
    If anyone has an idea how to repair the sub-total total field, I am very interested. However I would also not be opposed to eliminating the field altogether. I have found the title fields and can clear them out but I can't find the file where the sub-total field is pushed to the screen. Any assistance would be greatly appreciated.
    You might wanna check your old post... Probably just until you find a proper fix for what you need.

  7. #1037
    Join Date
    Apr 2011
    Posts
    80
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Quote Originally Posted by balihr View Post
    You might wanna check your old post... Probably just until you find a proper fix for what you need.
    Most excellent! Many thanks.

  8. #1038
    Join Date
    Sep 2006
    Posts
    163
    Plugin Contributions
    1

    Idea or Suggestion Re: DUAL Pricing v2 - attributes not showing wholesale prices - FIXED!

    I've been struggling a bit in an attempt to get Dual Pricing 1.8 & Hidden Wholesale to work on ZC 1.3.9h - it was all working apart from not showing wholesale prices for attributes.

    Searching this thread turned up a few people with this problem, but no solutions.

    But I think I have found the problem.

    At about line 1390 of includes/functions/functions_prices.php change

    Code:
    if ($pre_selected->fields["price_prefix"] == '-') {
          $attributes_price_final -= $pre_selected->fields["options_values_price"];
        } else {
          $attributes_price_final += $pre_selected->fields["options_values_price"];
        }
        // qty discounts
    to
    Code:
    if ($pre_selected->fields["price_prefix"] == '-') {
          $attributes_price_final -= $options_values_price;
        } else {
          $attributes_price_final += $options_values_price;
        }
        // qty discounts
    Well, it worked for me. Hope it helps others.

    Iain

  9. #1039
    Join Date
    Sep 2006
    Posts
    163
    Plugin Contributions
    1

    Default Re: DUAL Pricing v2 - attributes not showing wholesale prices - FIXED!

    Hmm. It only worked up to a point. The right price is now shown for attributes, but when the item is added to the cart, the full price is shown. Anyone have any suggestions how to sort that out? Does the cart get its price from somewhere else?

  10. #1040
    Join Date
    Sep 2006
    Posts
    163
    Plugin Contributions
    1

    Default Re: DUAL Pricing v2 - attributes not showing wholesale prices - FIXED!

    Sorted it - took me since the last message to find the problem, fix and test.

    The problem was in the includes/classes/shopping_cart.php file

 

 

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