Great, was enough of a pointer, just edited language table with phpMyAdmin SET `languages_id` = '1'. Now it all works together better. Thank you.
Printable View
I've installed Easy Populate CSV on a Zencart v1.5.3 system without success.
I have copied all the files. I go to Admin -> Tools -> EasyPopulate.
It prompts to install by pressing click here (as expected) once I click it I get:-
WARNING: An Error occurred, please refresh the page and try again.
This is a freshly installed version of Zencart, no additional mods at present.
Please goto the logs directory of the site, and without providing your admin directory path, please provide the error log(s) generated when attempting to perform this install... Also please identify the php version as identified in the admin panel when accessing the link version at the top right of the screen.
On second thought and reread of the post, easypopulate csv was installed, that is covered by a different forum thread. This thread is for EasyPopulate v4. The software can be downloaded by the link provided in post 1 of this thread.
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,
Turns out just setting SET `languages_id` = '1' did not work out on one store. No more products are showing, they just disappeared. Any idea what other tables are affected by setting another language? I'm happy to open another thread but EP is the only mod showing me the _2 language id where it matters. Not sure how to ask somebody that does not use EP when talking field names exported by EP only ;)
OK, I've created anther thread on this here: http://www.zen-cart.com/showthread.p...01#post1276401
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...