Thread: DUAL Pricing v2

Page 79 of 151 FirstFirst ... 2969777879808189129 ... LastLast
Results 781 to 790 of 1503
  1. #781
    Join Date
    Apr 2008
    Posts
    446
    Plugin Contributions
    1

    Default Re: DUAL Pricing v2

    I'm having the same problem as mentioned above. Sale maker is affecting wholesale prices giving the same discounts offered to retail. This shouldn't happen. Any idea how to fix this bug??
    M.Valenti
    Contemporary Artist - Entrepreneur
    http://www.manuelavalenti.com - http://www.byvalenti.com

  2. #782
    Join Date
    Oct 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Hey Twitch
    Hope I didn't miss the update, any news for us on solving the Specials conflict. Thanks man we all really appreciate your effort.
    Niko

  3. #783
    Join Date
    Apr 2010
    Location
    County Down, Northern Ireland
    Posts
    302
    Plugin Contributions
    0

    Default Change of Font Color for Dual pricing

    Below is a query I had by mistake put up outside this thread and have been told to repost it here.

    I have just installed the Dual Pricing Add on to display the prices in Euros as well as the Pounds Default.

    Initially had a problem as the file product_listing.php which you have to alter was not in YOURTEMPLATE directory but in the MODULES directory.

    My site (www.irishshopper.co.uk) shows the product pictures as categories on the front page but for the item shown there it only shows the pound price. Is it possible to add the Euro Price here as well as on the individual product page ?

    Is it possible to have the price shown in a different colour than the Pounds price. Both are in Black and it would be god to have the Euro Price in say Green.

  4. #784
    Join Date
    Apr 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Quote Originally Posted by adam2020 View Post
    I have a problem where the wholsale customer is charged the retail amount when quantity discounts are reached.

    I'm testing with ZC V1.3.9h and Dual Pricing V1-7b

    Example:
    Product is Retail: $29.40, Wholesale: $23.00
    Quantity discounts are 4 or more = $24.50

    If wholesale customer orders 1 - 3 price is $23.00 each which is correct
    If wholesale customer orders 4 or more price is $24.50 each which is inccorrect

    Problem is Whoelsale customer will need to order 10 or more of each product which is possible to implement but only if I can overcome this problem.

    To test please see this product with a wholesale price
    http://shop.adventure11.com/index.ph...roducts_id=201

    Then login with...
    [email protected]
    test123

    I will be very thankful if anyone can help me with this problem.
    I had the same issue. I think the problem lies in includes/functions/functions_prices.php.

    You can add a check to see if wholesaler status is true, and then call either 'discount_price' or 'discount_price_w' accordingly. AS I use 'actual price' quantity discount, I have applied this check to that part of the code only. You would have to change the code for the appropriate discount type you are using.

    I havn't fully tested this fix, but it is displaying the correct price in the shopping cart so far.

    I also noticed that there seems to be conditional code for each of the discount methods that do exactly the same thing whether the condition is true or false: e.g:

    Code:
    if ($products_query->fields['products_discount_type_from'] == '0') {
                $discounted_price = $products_discounts_query->fields['discount_price'];
              } else {
                $discounted_price = $products_discounts_query->fields['discount_price'];
              }
    Maybe one of those 'discount_price' references is supposed to read 'discount_price_w'.

  5. #785
    Join Date
    Sep 2008
    Posts
    397
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Hi,

    I can't find the installation guide on readme files.

    Any real sites demo can we see?

  6. #786
    Join Date
    Oct 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Quote Originally Posted by gearheadniko View Post
    Hey Twitch
    Hope I didn't miss the update, any news for us on solving the Specials conflict. Thanks man we all really appreciate your effort.
    Niko
    Obviously Twitch is full of stuff... so on we go. Anyone??????

  7. #787
    Join Date
    Sep 2008
    Posts
    397
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Seem like too many problems with this addon. Very dis-pointed.
    If someone has successful cases, hope can post here for potential users review.

    Thanks!

  8. #788
    Join Date
    Aug 2008
    Location
    Southern California
    Posts
    129
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Well, I'm disappointed we can't figure out how to get around the Salemaker issue, but overall, this is a fantastic mod.

    All we need is someone better at PHP than I am and I'm sure we can get this sorted out. If there's a way, a clue, or an idea that anyone has on how to restrict Salemaker to retail pricing only, I'm all ears.

    I'm not afraid to hack and play with code, but I'm lost where to start. I've been trying for days to find the secret. Hopefully Twitch or someone else will chime in on it...

  9. #789
    Join Date
    Aug 2008
    Location
    Southern California
    Posts
    129
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    I'm sure somone more savvy can figure this out, but it seems the display of wholesale pricing is controlled in the tpl_product_info_display for this mod.

    On, or about, line 99, I found this:

    PHP Code:
     echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE '') . zen_get_products_display_price((int)$_GET['products_id']); 
    Could that have a bearing on it?

  10. #790
    Join Date
    May 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    any updates on the Attributes not applying the dual pricing?
    my zens
    tandjperformance.com - socaloffroad.net - barnettperformance.net - vintageoctane.com

 

 

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