upload_max_filesize = 2m
is too small then. Increase its size in your php.ini or .htaccess (depends on your web host).
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
if so what are you meant to name it.
when exporting a template the files called backup_categories_products
youd assume it'd be something different to upload it
just thinking its something as simple as this
In my Excel file have old and new product
With old products , we need update: QUANTITY, DATE, COST (Normal sale, promote,....), for same name or/and product code that we will replate it.
With new product, we update all thing: Product Name, Products Meta Tag Keywords, Products Meta Tag Description, Products Description, Product Tags, Model, Status, Price, Cost, ... all in Data link, option, discount, special, image.
However , if can't do so, we happy with: Product Name, Price, cost,
Welcome HBCo - In Pro We True : www.hbc.vn
Export to an Excel file, then only change the values for quantity, dates, cost etc. Then re-import.With old products , we need update: QUANTITY, DATE, COST (Normal sale, promote,....), for same name or/and product code that we will replate it.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
can u upload file? everybody easy understand when see model filekangbroke wrote:How hard would it be for you to make a .csv import mod that would allow me to upload in these format.
ID,SKU,PRICE,SALE-PRICE,STOCK,WEIGHT,CATEGORIES,COLOR-:-SIZE~QTY,DESCRIPTION,THUMBNAIL,LARGE-IMAGE

Welcome HBCo - In Pro We True : www.hbc.vn
I could do it as a commercial add-on, send me a PM and I give an estimate and quote for the amount of work needed to get it done.Media-Shark wrote:Can digital downloads be incorporated into the csv? I got a shop that has most if not all of it's sales are download items (zip files) theres a 150 of these so it would be great if the import/export could handle downloads as well.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
You'll find more details in your server's error_log which you usually can reach via your cPanel or Plesk (depending on which webhost you use).COMPACTER wrote:Can someone explain what the 500 internal server error is all about i searched and found nothing,
i followed the instructions to a "T" installed version 1.4.8b and now i tried exporting and i keep getting this damn error
someone please help !!!
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Code: Select all
2010-09-16 4:04:33 - PHP Notice: Undefined index: HTTP_USER_AGENT in /home/content/c/o/m/compacter/html/catalog/view/theme/default5/template/common/header.tpl on line 1
Code: Select all
<?php if (!strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 6')) echo '<?xml version="1.0" encoding="UTF-8"?>'. "\n"; ?>
the import/export tool keeps giving me these errors 500 internal server error, can you look at this and let me know what i should do.
Code: Select all
# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.
# 2. In your opencart directory rename htaccess.txt to .htaccess.
# For any support issues please visit: http://www.opencart.com
# Fix Rewrite
Options -Multiviews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Code: Select all
<?php if (isset($_SERVER['HTTP_USER_AGENT']) && !strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 6')) echo '<?xml version="1.0" encoding="UTF-8"?>'. "\n"; ?>
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
But i just checked my error logs again and now some other error i find?? man this is getting crazy! lol
Code: Select all
2010-09-17 6:05:24 - PHP Notice: Undefined variable: text_error in /home/content/c/o/m/compacter/html/catalog/view/theme/default/template/product/category.tpl on line 15
here is what is on that line.
Code: Select all
<div class="content"><?php echo $text_error; ?></div>
Users browsing this forum: No registered users and 9 guests