Thread: DUAL Pricing v2

Page 8 of 149 FirstFirst ... 6789101858108 ... LastLast
Results 71 to 80 of 1488
  1. #71
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    I just installed the latest version in my 1.3.7 test store, and it works just fine.

    Get it at the Downloads page, under Pricing.

    The way I have it set up, if you're not logged in, you see the retail price. If you log in as a Canadian wholesale buyer, you get the wholesale price in Canadian dollars. And if you log in as a US wholesale buyer, you see the USD wholesale prices.

    So far, this requires that I set the flag for each customer after they create the account. I'd like this flag to be set automatically from the country code. But I can live with it the way it is.

    Rob

  2. #72
    Join Date
    Apr 2007
    Posts
    17
    Plugin Contributions
    0

    Idea or Suggestion Re: DUAL Pricing version 2

    Dear all;

    First, sorry about my english, cause i'm come from taiwan, so my english is poor.
    I install dual pricing v1.3 in zen cart 1.37, but when i set price, it only show like below

    the user level that i set in 1 or 2 or3(different id has different level),it still show same whosale price when i log in different id.
    what wrong i did?anyone help me?please and thank you.

  3. #73
    Join Date
    Mar 2007
    Posts
    8
    Plugin Contributions
    0

    Default one product not available for wholesale?

    I am planning on installing the dual pricing mod, and I have one question:

    We have one product that we do not want to allow wholesale customers to purchase, so that it's only available to retail customers. Is there a way to do this on a per-product basis with the dual pricing mod?

    thx!

  4. #74
    Join Date
    Apr 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    I install the dual price mod into my 1.37 zencart!
    and it is work.i have wanna have some change!
    i wanna to add the function "wholesale product qty Minimum"
    how i do for that!
    pls tell me !!!
    kindmanlee AT hotmail DOT com

  5. #75
    Join Date
    Dec 2006
    Location
    Vermont
    Posts
    128
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Hi,

    I'm interested in using this, but I have some contribs that I've installed.
    Does anybody know if this works with:

    Quantity Discounts
    Super Orders 2_0
    SEO URLs
    Shipping Insurance?

    Or can I merge it into the existing code? If so, does anyone have instructions for doing so?

    Thanks.

  6. #76
    Join Date
    Dec 2006
    Location
    Vermont
    Posts
    128
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by rcrosier View Post
    Hi,

    I'm interested in using this, but I have some contribs that I've installed.
    Does anybody know if this works with:

    Quantity Discounts
    Super Orders 2_0
    SEO URLs
    Shipping Insurance?

    Or can I merge it into the existing code? If so, does anyone have instructions for doing so?

    Thanks.

    I merged this with my test site, but the site no longer calculates my "Free Shipping" remaining oreder required amount in the shopping cart sidebox. It used to say something like this: "Add $40.01 to your order to qualify for Free Shipping!" It now shows $50.00 always, and the amount in the cart shows as $0.00 when logged in as a WHOLESALE customer... regular customer seems to work.

    Anyone know where I need to fix this?

    Thanks

  7. #77

    Default Re: DUAL Pricing version 2

    I absolutely love this mod! I am having one problem with it though. I installed the dual pricing_1_3-beta3 version and all seems to be working find on the customer side, but when I am in admin and try to duplicate a product, I get the following error...

    1136 Column count doesn't match value count at row 1
    in:
    [insert into zen_products_attributes values (0, '419', '2', '1', '0.0000', '', '0', '0', '0', '+', '1', '0', '0', '', '0', '0.0000', '0.0000', '0.0000', '0.0000', '0.0000', '', '', '0.0000', '0', '0.0000', '0', '0')]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.


    I am able to copy the product as a link in another category. It also actually copies the duplicate product, but the problem is that it does not copy the attributes.

  8. #78
    Join Date
    Jun 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    I have recently installed the mod and it's working great.. I am having a problem though with the legend displaying twice in the admin section when i go to add a new product or category... I searched the forum and found one instance of another user having this problem but no solution.. Is this common or does anyone have any advice on how to fix it? thanks for the help!

  9. #79
    Join Date
    Jul 2005
    Posts
    211
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    easy, open admin, iincludes, category_product_listing.php

    and delete the code

    Code:
    <td><table border="0" cellspacing="0" cellpadding="0">
            <tr>
                <td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND; ?></td>
                <td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND_STATUS_OFF . '<br />' . zen_image(DIR_WS_IMAGES . 'icon_red_on.gif', IMAGE_ICON_STATUS_OFF); ?></td>
                <td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND_STATUS_ON . '<br />' . zen_image(DIR_WS_IMAGES . 'icon_green_on.gif', IMAGE_ICON_STATUS_ON); ?></td>
                <td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND_LINKED . '<br />' . zen_image(DIR_WS_IMAGES . 'icon_yellow_on.gif', IMAGE_ICON_LINKED); ?></td>
              </tr>
            </table></td>

    seems the author included the legend but it's already provided by zen.

  10. #80
    Join Date
    Jun 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    works like an absolute charm! thanks so much for your help.. now my next question is in regards to the images the contribution provides.. appears to be grey and orange icons for use in a legend somewhere.. do you have any idea where because i certainly am not seeing their use..

    thanks again for your help with that!!!

    Quote Originally Posted by SysFix View Post
    easy, open admin, iincludes, category_product_listing.php

    and delete the code

    Code:
    <td><table border="0" cellspacing="0" cellpadding="0">
            <tr>
                <td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND; ?></td>
                <td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND_STATUS_OFF . '<br />' . zen_image(DIR_WS_IMAGES . 'icon_red_on.gif', IMAGE_ICON_STATUS_OFF); ?></td>
                <td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND_STATUS_ON . '<br />' . zen_image(DIR_WS_IMAGES . 'icon_green_on.gif', IMAGE_ICON_STATUS_ON); ?></td>
                <td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND_LINKED . '<br />' . zen_image(DIR_WS_IMAGES . 'icon_yellow_on.gif', IMAGE_ICON_LINKED); ?></td>
              </tr>
            </table></td>
    seems the author included the legend but it's already provided by zen.

 

 
Page 8 of 149 FirstFirst ... 6789101858108 ... LastLast

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