Post by JNeuhoff » Wed Jul 07, 2010 5:41 am

Your

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


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by MikeP » Thu Jul 15, 2010 5:31 am

Hello,

All PHP settings are all well over what they need to be and when uploading the CSV file it just doesn't import anything.

Any ideas?

Thanks.

Newbie

Posts

Joined
Wed Jul 07, 2010 2:50 am

Post by dave0592 » Thu Jul 15, 2010 5:50 am

it couldnt be something to do with naming the file???

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

Newbie

Posts

Joined
Thu Jul 15, 2010 5:43 am

Post by conglm » Wed Jul 21, 2010 8:49 pm

http://forum.opencart.com/viewtopic.php?f=10&t=17509

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


New member

Posts

Joined
Mon Jan 11, 2010 4:01 pm
Location - Vietnam

Post by JNeuhoff » Wed Jul 21, 2010 9:28 pm

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 to an Excel file, then only change the values for quantity, dates, cost etc. Then re-import.

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by kangbroke » Sun Jul 25, 2010 8:20 pm

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

Newbie

Posts

Joined
Sun Jul 25, 2010 8:17 pm

Post by conglm » Sun Jul 25, 2010 10:19 pm

kangbroke 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
can u upload file? everybody easy understand when see model file O0

Welcome HBCo - In Pro We True : www.hbc.vn


New member

Posts

Joined
Mon Jan 11, 2010 4:01 pm
Location - Vietnam

Post by Media-Shark » Sat Jul 31, 2010 11:30 pm

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.

Newbie

Posts

Joined
Sat Jul 31, 2010 11:26 pm

Post by JNeuhoff » Sun Aug 01, 2010 8:06 pm

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.
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.

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by COMPACTER » Thu Sep 16, 2010 4:51 am

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 !!!

ImageCDM Sales & Services. "Get Connected to What Matters!"


Active Member

Posts

Joined
Sat Dec 05, 2009 1:02 am
Location - bolton, on

Post by JNeuhoff » Thu Sep 16, 2010 5:40 am

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 !!!
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).

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by JAY6390 » Thu Sep 16, 2010 5:56 am

500 errors are usually due to a .htaccess file problem

Image


User avatar
Guru Member

Posts

Joined
Wed May 26, 2010 11:47 pm
Location - United Kingdom

Post by COMPACTER » Thu Sep 16, 2010 11:02 pm

I have checked the log files and all i see is this

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
Here is the 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]

ImageCDM Sales & Services. "Get Connected to What Matters!"


Active Member

Posts

Joined
Sat Dec 05, 2009 1:02 am
Location - bolton, on

Post by JNeuhoff » Fri Sep 17, 2010 12:46 am

Are sure you are using an Apache server on a Unix/Linux webhost? And not a ISS on Windows? It won't work on the latter.

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by COMPACTER » Fri Sep 17, 2010 1:28 am

it is Linux on godaddy hosting.

ImageCDM Sales & Services. "Get Connected to What Matters!"


Active Member

Posts

Joined
Sat Dec 05, 2009 1:02 am
Location - bolton, on

Post by JNeuhoff » Fri Sep 17, 2010 6:13 pm

You may want to change the first line of your header.tpl file as follows:

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"; ?>
That should solve this problem.

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by COMPACTER » Fri Sep 17, 2010 9:40 pm

Does that fix the error with the import/export tool ??



**edit

This does not resolve the import/export tool issues, can someone help me on this?

ImageCDM Sales & Services. "Get Connected to What Matters!"


Active Member

Posts

Joined
Sat Dec 05, 2009 1:02 am
Location - bolton, on

Post by JNeuhoff » Sat Sep 18, 2010 1:54 am

Are you still getting the Internal Error 500 message?

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by COMPACTER » Sat Sep 18, 2010 2:39 am

Yes lol

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>
Do i need to change the "Content" to products?

ImageCDM Sales & Services. "Get Connected to What Matters!"


Active Member

Posts

Joined
Sat Dec 05, 2009 1:02 am
Location - bolton, on

Post by COMPACTER » Sun Sep 19, 2010 8:44 pm

Why is there no help on support for this module??

if you release a module even though it is free there should be someone helping for these errors,

I cannot export or import i need some help now please.

ImageCDM Sales & Services. "Get Connected to What Matters!"


Active Member

Posts

Joined
Sat Dec 05, 2009 1:02 am
Location - bolton, on
Who is online

Users browsing this forum: No registered users and 9 guests