Page 1 of 1
Search found 18 matches
Re: solution for import 5000 products in CSV file
Hello all! I have tested with 100 products (100 rows in csv file) <-- it takes about 15 mins ( total 100 images size: ~ 150MB): 1/ save info of product to database 2/ download image from link in csv to a TEMP folder (will "unlink" after finish step 3) --> no database things 3/ do a resize ...
Jump to post- Sun Aug 14, 2011 12:35 am
- Replies 12
- Views 2738
Re: solution for import 5000 products in CSV file
Thank terraGirl very much
I will try it and feedback
- Sat Aug 13, 2011 7:07 pm
- Replies 12
- Views 2738
Re: solution for import 5000 products in CSV file
Thanks for your feedback But the image is from another server, the csv file was exported by that server (affiliate program) so I can't control or optimize the size of it :( I separate code like this: 1/ upload the csv file to server 2/ import it to database without downloading image (just put the im...
Jump to post- Sat Aug 13, 2011 6:39 pm
- Replies 12
- Views 2738
Re: solution for import 5000 products in CSV file
Hello!
After trying to download on small 100 products at a time --> it still has error on database, I find out the reason is some images are TOO BIG (1 MB to 4MB) ---> long time to finish download 1 by 1
Any suggestion please
Thanks
- Sat Aug 13, 2011 5:08 pm
- Replies 12
- Views 2738
Re: solution for import 5000 products in CSV file
hello terraGirl!
Thanks your feedback, I will try the second solution first
Have a nice day
- Sat Aug 13, 2011 10:19 am
- Replies 12
- Views 2738
solution for import 5000 products in CSV file
Hi! I write my own a function to import products from CSV file, that file was exported from another site So the process is: 1/ User upload that file to my server 2/ Read that file and make a loop through all rows 3/ get the image link in "image" field --> download it to my server 4/ check ...
Jump to post- Sat Aug 13, 2011 12:07 am
- Replies 12
- Views 2738
Re: Call to a member function isLogged()
I have the same problem. I am not upgrade any thing, I just install the fresh 1.4.8, it runs very good in localhost BUT when I upload to server it has the same error
Can anybody help please
- Thu Aug 19, 2010 12:13 pm
- Replies 2
- Views 1322
Undefined index: token / function isLogged() on a non-obje
Hello all! I am stuck, everything works fine in my localhost but when I upload to client host it get the error --> I use version 1.4.8 Here is the link http://la-promotions.ca/beta/ I update header.php and header.tpl by replace the version 1.4.8b --> but it is still the same Any help please Thanks f...
Jump to post- Thu Aug 19, 2010 10:28 am
- Replies 1
- Views 517
Confirm when delete items in Admin
When you delete an item or list of items in admin, it does directly. I think it is better if we confirm before act. So I add a javascript in admin\view\template\common\header.tpl <script type="text/javascript" language="javascript"> function delete_item() { var value = confirm(&q...
Jump to post- Fri Jan 15, 2010 10:01 am
- Replies 2
- Views 741
Re: Possible to remove Additional Images, Reviews and related
My experience is NEVER delete anything, just HTML comment or style=" display:none" --> we can use it again easily when customer require.
Jump to post- Thu Jan 14, 2010 11:25 am
- Replies 2
- Views 1211
Language Form in header
I think when your website is multiple-language --> need a link to switch language. If only one language is used, NO need to show this.
I change a little bit in header.tpl
From
Code: Select all
<?php if ($languages){ ?>
Code: Select all
<?php if (count($languages)>1) { ?>
- Thu Jan 14, 2010 11:12 am
- Replies 5
- Views 1291
Re: [BUG] Opencart v1.4 - Google Analytics
change in this file catalog/controler/common/footer.phpmax007 wrote:can you tell me the file name to fix my google analytic
i see lot bug version 1.40
Google checkout Blanc Page
hope it helps Jump to post
- Thu Jan 14, 2010 10:55 am
- Replies 30
- Views 10962
Re: Where to find free templates for 1.4
you can contact me for a........premium template
- Thu Jan 14, 2010 10:42 am
- Replies 14
- Views 12064
Re: Font Color in Cart
the reason is you changed in the file which only use when is called AJAX, you must change in template file to make it effects in whole system --> catalog\view\theme\default\template\module\cart.tpl
Hope it helps
- Thu Jan 14, 2010 10:28 am
- Replies 6
- Views 1810
Re: Font Color in Cart
you can write your own style in CSS then add it to controller\module\cart.php in lines foreach ($this->cart->getProducts() as $product) { $output .= '<tr>'; $output .= '<td width="1" valign="top" align="right">' . $product['quantity'] . ' x </td>'; $ou...
Jump to post- Wed Jan 13, 2010 11:58 am
- Replies 6
- Views 1810
Re: Play a sound for new order (Help please)
yes certainly, when refresh page, you check in code if New Order <> "" --> add a flash with sound ...
Jump to post- Wed Jan 13, 2010 11:44 am
- Replies 10
- Views 3263
Re: Disabling fields
In the account tpl files, just add style to input "display:none", and remove validation in controler as Qphoria said
Jump to post- Wed Jan 13, 2010 11:40 am
- Replies 8
- Views 3530
Re: seo url's not working on xampp
Be SURE not think man Jump to postimadam wrote:i think mod rewrite is installed
- Wed Jan 13, 2010 11:37 am
- Replies 15
- Views 9361
Search found 18 matches