Jump to content



Latest News: (loading..)

diy

Member Since 19 Jan 2008
OFFLINE Last Active Apr 02 2013 06:28 PM
-----

Posts I've Made

In Topic: Shipping Modules not showing up

10 January 2013 - 10:48 PM

did what rloberto described .
Document_root had this value  /var/chroot/home/content/28/10209428/html
I only used /home/content/28/10209428/html

dont forget the / in the end /home/content/28/10209428/html/

In Topic: easy un-populate?

30 June 2012 - 03:22 PM

Actually easypopulate.php writes

]// Set the v_status field to "Delete" if you want to remove the item from the system
define ('EP_DELETE_IT', 'Delete');
so i guess you can actually delete the products if instaed of active or inactive you set delete

i am trying it now to see what happens