Quote Originally Posted by HugoStiglitz View Post
Hi Everyone,

I hope this hasn't been asked before (but hope there is a solution)

as many people I have Dual Pricing operating and its working great with Easy Populate 4 for product imports and exports.
my issue is with Product Options.
Dual Pricing adds a field (pretty sure its called v_options_values_price_w) for wholesale pricing on the options of a product.
however when I export the Detailed Products Attributes the wholesale pricing column is not there.

can anyone guide my through on how to import & export the products attributes / options with wholesale pricing using easy populate 4?

PS using zen cart 1.5.4, dual pricing 2.1.5 & Easy Populate 4.0.28 - Beta 01-03-2015

Thanks,
I don't recall seeing it asked, and looking through the code, I do not yet see that functionality included...

If you could help out a little in one way or another, that functionality could find its way into the code... The "easiest" on my side would be for you to identify to what table(s) and what specific field(s) are added to those tables (as viewed possibly through phpmyadmin) to support the Dual Pricing plugin.

Otherwise, to ensure accuracy, please provide the link to the download location of the software being used to provide the Dual Pricing options...

It appears that the information would be captured in one of the tables to apply to each specific value option of an option name... (Don't recall the correct specific table at the moment.) Thus allowing each option value to have a modified/unique price applied to it.

The expectation then if that is the case is that the code/field would be incorporated into the detailed attribute export/import... That way each attribute could have its unique piece of information applied to it... This would affect the admin/includes/functions/extra_functions/easypopulate_4_functions.php (specifically ep_4_set_filelayout function), possibly the admin/easypopulate_4_export.php and possibly the admin/easypopulate_4_import.php files.

If that is not sufficient information to get one started, then definitely the additional information requested above would get things kicked off...