Re: DUAL Pricing version 2
Mr. Guo,
I will test out on a fresh install the new code ...
Thanks ...
Re: DUAL Pricing version 2
Quote:
Originally Posted by
jing.guo
Thank you for the input. I've tested this and the fix does solve the problem. It will be incorporated into the next release.
Re: DUAL Pricing version 2
Mr. Guo and Mr. Jeking,
Grrrrrrr ....
I have tested this code to a brand new install of 1.5.4 with No OTHER Modules installed ...
It Displays correctly but FAILS when you add the Attribute Value to the Shopping Cart ...
Further CODE is Needed to the Shopping Cart because it shows the incorrect Value and all the Way thur the Checkout Procedure ...
Re: DUAL Pricing version 2
Quote:
Originally Posted by
haredo
Mr. Guo and Mr. Jeking,
Grrrrrrr ....
I have tested this code to a brand new install of 1.5.4 with No OTHER Modules installed ...
It Displays correctly but FAILS when you add the Attribute Value to the Shopping Cart ...
Further CODE is Needed to the Shopping Cart because it shows the incorrect Value and all the Way thur the Checkout Procedure ...
That is correct. The wholesale attribute level pricing still does not work beyond the first level. It's on the to-do list. Not to be confused with the wholesale product price levels, which do.
Re: DUAL Pricing version 2
Can anyone tell me how I could change the login/register page to show an option for wholesale customers to register?
Re: DUAL Pricing version 2
Quote:
Originally Posted by
Zappa Aviaries
Can anyone tell me how I could change the login/register page to show an option for wholesale customers to register?
Not needed or possible. All customers log in the same way. You decide if they are wholesale or not by setting the 'Wholesale pricing level' in the admin.
Re: DUAL Pricing version 2
Is there a way to configure free shipping to a certain wholesale level only? I want to set the lowest wholesale price for the pet stores we deliver to ourselves, but charge shipping to other customers.
Re: DUAL Pricing version 2
Quote:
Originally Posted by
Zappa Aviaries
Is there a way to configure free shipping to a certain wholesale level only? I want to set the lowest wholesale price for the pet stores we deliver to ourselves, but charge shipping to other customers.
This could be done with a customization to the Free Shipping module to look for a specific wholesale pricing level, but would not be a function of this plugin.
Re: DUAL Pricing version 2
Quote:
Originally Posted by
Zappa Aviaries
Can anyone tell me how I could change the login/register page to show an option for wholesale customers to register?
You could add a simple checkbox to the login page that records the 'wholesale request' and any other form data you want to add to the database. Would require minimal coding on the login page and a couple new fields in the db.
Re: DUAL Pricing version 2
Quote:
Originally Posted by
Zappa Aviaries
Is there a way to configure free shipping to a certain wholesale level only? I want to set the lowest wholesale price for the pet stores we deliver to ourselves, but charge shipping to other customers.
You could very easily clone the shipping module and apply a wholesale filter to it. This works very well with Twitch Wholesale - You may even find the exact code you need in the support forum to accomplish this type of shipping filter. Just be sure to change the customers_wholesale field in Twitch Wholesale to the one used in Dual Pricing instead.