04-10-2017, 09:23 PM
04-10-2017, 09:46 PM
rep added, thank for share
04-11-2017, 04:32 AM
Thanks for this great share Demomeb !!
BTW, mega doesn't work here (ISP blocked ??), so getting this stuff may be very difficult for some folks...
Thanks also to Hop for the fix that so many folks had trouble with:
(02-04-2016 05:26 AM)demomeb Wrote: [ -> ]Download Software + Training + Bonuses :Your box-within-a-box is very, very cute and fun, thanks !!
Code:
https://mega.nz/#F!eQQmHJjL!xJnL2K5IE9lwQC8KKZKfVQ
Let's get some funLicense Key :
BTW, mega doesn't work here (ISP blocked ??), so getting this stuff may be very difficult for some folks...
Thanks also to Hop for the fix that so many folks had trouble with:
(04-19-2016 05:40 AM)hop Wrote: [ -> ]Image upload problem Shopitect,
To get the images show up on the shop (Amazon) You have to do this;
1. Go to public_html/image/catalog and add a folder named 'demo'
2. If you want another name for the folder like 'amazonimages' just go to;public_html/admin/controller/amazonauto/product.php and change line 1045;
$directory = DIR_IMAGE . 'catalog/demo/';
To
$directory = DIR_IMAGE . 'catalog/amazonimages/';
This will fix the amazon image problem,
10-29-2018, 03:07 AM
Any solution to this?
Parse error: syntax error, unexpected end of file in /home/xxxxxxx/public_html/admin/language/english/catalog/product.php on line 1
This is the 1st file line
Error is when trying to add some new products.
Any help appreciated
Any solution to this?
Parse error: syntax error, unexpected end of file in /home/xxxxxxx/public_html/admin/language/english/catalog/product.php on line 1
This is the 1st file line
Error is when trying to add some new products.
Any help appreciated
Parse error: syntax error, unexpected end of file in /home/xxxxxxx/public_html/admin/language/english/catalog/product.php on line 1
This is the 1st file line
Code:
<?php//Heading$_['heading_title'] = 'Products';// Text$_
Error is when trying to add some new products.
Any help appreciated
Any solution to this?
Parse error: syntax error, unexpected end of file in /home/xxxxxxx/public_html/admin/language/english/catalog/product.php on line 1
This is the 1st file line
Code:
<?php//Heading$_['heading_title'] = 'Products';// Text$_
Error is when trying to add some new products.
Any help appreciated
10-29-2018, 08:49 AM
Thanks a lot