Thread: DUAL Pricing v2

Page 5 of 10 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 1503

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by KrispysKingdom View Post
    Yaaay! I found the fix for copying products with attributes. I tested and it works. It is at this thread...

    http://www.zen-cart.com/forum/showthread.php?t=35219

    I did find that the line counts given for the codes was way off (for my file at least), so here is where I found the codes that you need to add the new lines of codes after...

    "after line 1914 ish" I found at 3867

    "after line 1943 ish" I found at 3925
    you are a saint.. haven't had the chance to test it out, but i will take your word that the fix works.. that will solve so many problems!!! thanks a million..

    to SarahL.. I can only answer question 1 for you, so sorry for that.. With this mod you can specify up to 4 different pricing levels.. so retail, wholesale 1, 2, and 3 are good to go with this mod.. I am sure you could edit the code and add as many levels as you want, but that's WAY beyond my scope at this time... I am not 100 percent on quation 2, but since it's never been discussed I am pretty sure it can't happen without modification... hope that helps!

    Jonathan

  2. #2
    Join Date
    May 2004
    Location
    UK
    Posts
    478
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by XjamathonX View Post
    to SarahL.. I can only answer question 1 for you, so sorry for that.. With this mod you can specify up to 4 different pricing levels.. so retail, wholesale 1, 2, and 3 are good to go with this mod.. I am sure you could edit the code and add as many levels as you want, but that's WAY beyond my scope at this time... I am not 100 percent on quation 2, but since it's never been discussed I am pretty sure it can't happen without modification... hope that helps!

    Jonathan
    Thank you - the first question was pretty important and yes I though a quick copy/paste could resolve it

    thank you :)

  3. #3

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by XjamathonX View Post
    you are a saint.. haven't had the chance to test it out, but i will take your word that the fix works.. that will solve so many problems!!! thanks a million..

    to SarahL.. I can only answer question 1 for you, so sorry for that.. With this mod you can specify up to 4 different pricing levels.. so retail, wholesale 1, 2, and 3 are good to go with this mod.. I am sure you could edit the code and add as many levels as you want, but that's WAY beyond my scope at this time... I am not 100 percent on quation 2, but since it's never been discussed I am pretty sure it can't happen without modification... hope that helps!

    Jonathan
    You're welcome! I had been searching for the answer for a long time now. Glad I came across it. I have been adding products like crazy to my store and it all is working fine.

    How does one specifiy different wholesale prices? When I add a new product there is only one spot for a wholesale price.

  4. #4
    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.

  5. #5
    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.

  6. #6
    Join Date
    Nov 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: DUAL Pricing v. 2 problem

    what had you done wrong? I don't have the wholesale box under the email address.




    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. #7
    Join Date
    Apr 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Code:
    1054 Unknown column 'c.COWOA_account' in 'field list'
    in:
    [select c.customers_id, c.customers_lastname, c.customers_firstname, c.customers_email_address, c.customers_group_pricing, a.entry_country_id, a.entry_company, ci.customers_info_date_of_last_logon, ci.customers_info_date_account_created , c.customers_telephone, a.entry_company, a.entry_street_address, a.entry_city, a.entry_postcode, c.customers_authorization, c.customers_referral, c.COWOA_account from customers c left join customers_info ci on c.customers_id= ci.customers_info_id left join address_book a on c.customers_id = a.customers_id and c.customers_default_address_id = a.address_book_id order by ci.customers_info_date_account_created DESC limit 0, 20]
    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.
    any clue how to fix this?

  8. #8
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by Nuitari View Post
    Code:
    1054 Unknown column 'c.COWOA_account' in 'field list'
    in:
    [select c.customers_id, c.customers_lastname, c.customers_firstname, c.customers_email_address, c.customers_group_pricing, a.entry_country_id, a.entry_company, ci.customers_info_date_of_last_logon, ci.customers_info_date_account_created , c.customers_telephone, a.entry_company, a.entry_street_address, a.entry_city, a.entry_postcode, c.customers_authorization, c.customers_referral, c.COWOA_account from customers c left join customers_info ci on c.customers_id= ci.customers_info_id left join address_book a on c.customers_id = a.customers_id and c.customers_default_address_id = a.address_book_id order by ci.customers_info_date_account_created DESC limit 0, 20]
    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.
    any clue how to fix this?
    Read through this thread and find out which download does not contain the COWOA mod with it and then re-install. There are two new versions of Dual Pricing, one with the COWOA mod included. You want the one without it. I just can remember whose version does not have it. It is somewhere on this thread though.

  9. #9
    Join Date
    Jun 2006
    Posts
    85
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Hi! I installed DP 1.3.2 but am getting this message when I view my cart:

    Fatal error: Call to undefined function zen_get_products_display_retail_net_price() in /home/unnacoco/public_html/includes/templates/free_red/templates/tpl_product_info_display.php on line 103


    (I switch back to the old tpl_product_info_display.php and I'm fine, but of course I don't see the wholesale price.)

    Everything else works - I can add the wholesale price(s), set user access levels, my test of a wholesale price shows up in the product listing in admin, everything but the display in the cart.

    I am running ZC 1.3.7 - and I see now that this version of DP is for 1.3.8. Is this the problem? If so, must I (groan) reinstall the whole thing or can I just replace or modify one or two files to get it working?

    Many thanks!
    Adam

  10. #10
    Join Date
    Jul 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Chrome Orange,

    I was just hired to take over this site and finish for a client. Last developer skipped town. Never used Zen cart before so excuse me if some questions are obvious. Tried to read up a lot on this forum first, but might have missed some answers.

    1. Client has version 1.2.6 - do I need to upgrade to newest version to use your mod?

    2. Client does wholesale and retail. Does this mod allow secure login for wholesalers to see wholesale prices?

    3. Client has $250.00 min. for first time wholesale orders. A $150.00 reorder min. For the $150.00 reorder min. they have a $10.00 service fee if the min. is not met. Does your mod support such rules?

    That's all I can think of now, but sure I will have more later!
    Thanks for your help.

 

 
Page 5 of 10 FirstFirst ... 34567 ... 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

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