issue1:
http://drupal.org/node/130981
warning: implode() [function.implode]: Bad arguments. in /home/.satchmo/s_solomon/goeport.com/sites/shop.goeport.com/modules/ecommerce/ec_live_subproducts/ec_live_subproducts.module on line 1042.
On line 1042 is the following code:
$result = "SELECT p.nid FROM {ec_product} p ". implode("", $sql_select) ." WHERE p.pparent = %d ". implode("", $sql_where);
issue2: when taxonomy, EC-live subproducts, product API and tangable suproducts are enable add to cart link does not appear also no subproduct is created. However when subproducts API is enabled the add to cart link appear and possible to create subproducts. But no instruction shows the dependency of EC-live subproducts with this module but steal the above error exists.
issue3: administer -->store does not lead to a way to define product variations unlike what is stated in the read me section of the module.
Comments
Comment #1
brmassa commentedshewaferaw,
lets go:
1* well... its fixed on EC4, and its now on EC Live Subproducts CVS. altough, this error only occours when your parent product has no attributes!
2* EC Live Subproducts and the original Subproducts API CANNOT work togheter. you should deactivate subprocuts API. On the next EC version, 4.0, both modules will merge ans i will maintain them. If there is no documentation about it, forgive me, im gonna add this on README and on the site.
3* The README was wrong yes. its already fixed on EC4 and now fixed on EC Live Subproducts CVS.
regards,
massa
Comment #2
brmassa commentedops...
Comment #3
brmassa commented