Thread: DUAL Pricing v2

Page 27 of 151 FirstFirst ... 1725262728293777127 ... LastLast
Results 261 to 270 of 1503
  1. #261
    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.

  2. #262
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by adalton View Post
    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.
    Hey there, I'm not sure if Chrome Orange still posts here, so excuse me for butting in....

    1. Do your client a favor and upgrade to the newest version of Zen Cart and use the newest version of this mod.

    2. Yes, there is a secure login and they will see wholesale prices (after you have made the necessary switch in their customer details).

    3. This mod doesn't support those kinds of rules, although I believe there are other mods out there for minimum orders and service fees. Those would also affect your retail customers though, so you'd have to tweak the code in those mods to recognize when a wholesale customer is logged in. How I get around it is... I have a wholesale info page where I state the minimums and other info. I explain how the cart will allow checkout for less than the minimum and that any wholesale order not meeting my minimum requirements may be subject to cancellation. I have also added "minimum wholesale order $150" to the shopping cart and checkout pages with a link to the wholesale info page. This has worked well for me, but may not for your client, I don't know.

  3. #263
    Join Date
    May 2008
    Location
    Stuart Florida
    Posts
    5
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    OK...hope im not messed up here... I dl'd the mod and made sure (twice) that all files were in place. I ran admin and when it comes up it gives me this...

    1054 Unknown column 'p.products_price_w' in 'field list'
    in:
    [select p.products_type, p.products_id, pd.products_name, p.products_quantity, p.products_image, p.products_price, p.products_price_w, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status, p.products_model, p.products_quantity_order_min, p.products_quantity_order_units, p.products_priced_by_attribute, p.product_is_free, p.product_is_call, p.products_quantity_mixed, p.product_is_always_free_shipping, p.products_quantity_order_max, p.products_sort_order from zen_products p, zen_products_description pd, zen_products_to_categories p2c where p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = '36' order by p.products_sort_order, pd.products_name limit 0, 500]
    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.

    This is in between the dropdowns and the catagory fields. It says to run an sql patch that is provided. How do I do this? I know...Im new...please help...thanx

  4. #264
    Join Date
    Jul 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Thank you craft zombie. I was thinking the same about the minimums. Just state it on the site in appropriate places and such. Good suggestions.

  5. #265
    Join Date
    Feb 2007
    Location
    Earth
    Posts
    116
    Plugin Contributions
    1

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by waltinrio View Post
    This is in between the dropdowns and the catagory fields. It says to run an sql patch that is provided. How do I do this? I know...Im new...please help...thanx
    Admin>tools>install SQL patches

    copy and paste the three lines, from the Read Me, that being with "ALTER TABLE" Then execute on your DB...

    As always, it's a good idea to back up your DB before performing any DB maintenance or upgrades...

  6. #266
    Join Date
    Feb 2007
    Location
    Earth
    Posts
    116
    Plugin Contributions
    1

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by vambo View Post
    1. I only sell CD's and set the product type as Music, but when editing a product there is no where to enter the wholesale prices (although it is working in the General product type). Will this work with Music product types or will I have to set my products to General?
    Many thanks
    I've uploaded a modified version (1.4.1) with functionality for Music products... It's the only change that was made.

    Thanks,

  7. #267
    Join Date
    Jun 2008
    Posts
    5
    Plugin Contributions
    0

    Have a Drink Re: DUAL Pricing version 2

    Quote Originally Posted by madfastride View Post
    I've uploaded a modified version (1.4.1) with functionality for Music products... It's the only change that was made.

    Thanks,
    Madfastride, thanks that is really great of you.

    Where can I download v1.4.1 from?

  8. #268
    Join Date
    Feb 2007
    Location
    Earth
    Posts
    116
    Plugin Contributions
    1

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by vambo View Post
    Madfastride, thanks that is really great of you.

    Where can I download v1.4.1 from?

    The download area...

    http://www.zen-cart.com/index.php?ma...roducts_id=166

  9. #269
    Join Date
    Jun 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Thanks, I found it last night.

    I got 2 errors in product_music/collect_info.php at lines 22 and 380 where you had left in your virtual paths, and I also got the same error in product_music/update_product.php on line 37 but, after deleting the paths, it all seems to be working.

    Thanks very much for your work, I really appreciate it.

  10. #270
    Join Date
    Feb 2007
    Location
    Earth
    Posts
    116
    Plugin Contributions
    1

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by vambo View Post
    I got 2 errors in product_music/collect_info.php at lines 22 and 380 where you had left in your virtual paths, and I also got the same error in product_music/update_product.php on line 37 but, after deleting the paths, it all seems to be working.

    Yeah sorry about that I did this a little rushed... I just submitted 1.4.2 that fixed these errors. It might take a night for it to actually post...

    Quote Originally Posted by vambo View Post
    Thanks very much for your work, I really appreciate it.
    Your welcome...

 

 

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