Re: DUAL Pricing version 2
Ty for the zip file ...
I have installed dual pricing 2.1 on a fresh install zencart v1.5.1 on a wamp server ...
Only this Plugin is installed ..
The module works perfect without adding attributes ..
But when adding a product priced by attribute, the module reverts back to the first wholesale level and not level 1, 2, or 3 will show ...
By changing the functions_prices.php, The prices beside the attributes are deleted ...
Grrrrrrr ....
Re: DUAL Pricing version 2
Sorry, I haven't validated the attribute-related paths ... the base price path has been checked out and deployed.
Re: DUAL Pricing version 2
Thats fine, well if you ever get a spare moment in your busy, hectic day ...
Re: DUAL Pricing version 2
Quote:
Originally Posted by
haredo
Ty for the zip file ...
I have installed dual pricing 2.1 on a fresh install zencart v1.5.1 on a wamp server ...
Only this Plugin is installed ..
The module works perfect without adding attributes ..
But when adding a product priced by attribute, the module reverts back to the first wholesale level and not level 1, 2, or 3 will show ...
By changing the functions_prices.php, The prices beside the attributes are deleted ...
Grrrrrrr ....
Twitch Wholesale with Attributes works properly with attributes for wholesale/retail http://www.zen-cart.com/downloads.php?do=file&id=1771
Screenshots are included so you can see how it integrates.
Re: DUAL Pricing version 2
Twitchtoo,
Ty for the update, I noticed 5 days ago your thread on this module ...
Already loaded and works like a charm ...
Any chance you will make a total of 3 to 4 filter levels like the Dual Pricing?
Re: DUAL Pricing version 2
The Twitch Wholesale filter isn't bound to 0 or 1. So really it's already built to use multiple levels :)
However, practically I'd rather integrate it with the Group Pricing Module because it has it's own benefits.
Re: DUAL Pricing version 2
Twitchtoo,
admin panel/ customers/customer/ wholesale customer
1. Retail Customers = 0 (Default) | Wholesale Customers = 1 (Twitch Wholesale Switch).
2. attribute controller editing a product with attributes
3. 5.00
4. Here i only get one level on the Wholesale Side ..
Dual Pricing
admin panel/ customers/ customer/ wholesale customer
1. 0= Default Level 1, 2, 3 4
2. Attribute controller editing a product with attributes
3. 5.00, 4.00, 3.00, 2.00
4. If I set a customer to level 3 I will see $3.00 for the attribute when logged in ...
Re: DUAL Pricing version 2
Haredo, You are correct. I have no plans to incorporate the code Dual Pricing uses to add dash separated data into one field.
Although it works, I have managed a site for over 6 years that's had a lot of complications as a result of the necessity of extracting the data from that array.
That's one of the reasons I developed Twitch Wholesale.
The same results can be achieved without the Dual Pricing array loop with Twitch Wholesale...
- Adding additional numbers to the filter essentially produces separate 'groups'.
- Using additional numbers in the code in a variety of places will also create 'groups'.
- Adding 1 or 10 more 'wholesale price' field(s) on the product page then simply pointing the code at the new field based on the wholesale_customer value is straight forward and would easily ensure success with additional wholesale attributes prices.
- Exporting the database would only require a field name not an array extraction loop.
As well, I am about to release a wholesale pricing integration package for each of the default ZenCart pricing modules. So far SaleMaker, Specials, Discount Coupons, Group Pricing and Taxes are all working with little or no changes.
Testing starts tonight with wholesale attributes...
Re: DUAL Pricing version 2
Perhaps at this point it makes sense to move "Twitch Wholesale" discussions over to the "Twitch Wholesale" support thread rather than hijack this one..
Re: DUAL Pricing version 2
Perhaps the topics above are VERY relevant to this "Thread" ...