osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Easy Populate Updated Product Uploads

This is a discussion on Easy Populate Updated Product Uploads within the osCommerce 2.2 Discussion forums, part of the osCommerce 2.2 Forums category; Hi, I have 15110 products on my site. I want to update all product names. I want to remove the ...



Find us on Facebook
Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Discussion

Connect with Facebook Register FAQDonate Members List Calendar Mark Forums Read


Reply

 

LinkBack Thread Tools
  #1  
Old 03-13-2010, 08:17 PM
New Member
 
Join Date: Mar 2010
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
priyaj1023 is on a distinguished road
Default Easy Populate Updated Product Uploads

Hi,

I have 15110 products on my site. I want to update all product names. I want to remove the special characters(&,.$# and other all) from the product name. I can get the list of products by using export tool. But If I edit all product names then how can I upload it. I was using the

Easy Populate 2.76i-MS2 = Upload and Import EP File - Update Only - Insert into db.

But I am getting below error message.
__________________________________________________ ___
File uploaded.
Temporary filename: /tmp/phpbC1vD2
User filename: UpdatedEP2010Mar02-0808_Final.csv
Size: 19992109

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32769 bytes) in /var/www/html/manage/easypopulate.php on line 1226
__________________________________________________ ____

Please guide me regarding this. I have updated product names and I want to replace the product names only.

Thanks
Priya J.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 03-13-2010, 11:48 PM
pgmarshall's Avatar
osCMax Development Team
 
Join Date: Feb 2009
Location: London
Posts: 1,156
Thanks: 63
Thanked 245 Times in 210 Posts
Rep Power: 15
pgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud of
Smile Re: Easy Populate Updated Product Uploads

If you are only changing the products_description using a simple set of rules you may find it easier to make the changes directly in the dbase.

1. Backup your dbase - (you have been warned!)
2. Open phpMyAdmin (or similar)
3. Run the following :

Code:
UPDATE products_description SET products_description = Replace(products_description, '#', '')
Will remove all the #s. Now just replace the other characters you don't want %^&*>< etc.

You may want to TRIM the results to remove and spaces at the start and end of the field ...

Using the syntax:

REPLACE(stringToLookIn, stringToMatch, replacementsString)

You should be able to replace pretty much anything quickly and easily ...

Regards,
__________________
pgmarshall
_______________________________
Test Site: www.cottonbarn.info

Want to say thank you if I helped you out? Help me block this waste incinerator plan (www.nywag.org) in North Yorkshire, UK. Sign the petition here (only takes 1 minute). Thanks.

Last edited by pgmarshall; 03-13-2010 at 11:50 PM. Reason: Added content
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 03-14-2010, 01:22 AM
New Member
 
Join Date: Mar 2010
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
priyaj1023 is on a distinguished road
Default Re: Easy Populate Updated Product Uploads

Thanks for your reply, but I want to change the product names.
I have already removed the special characters from Product Names.

I have a list of all 15110 products with updated product names.

How can I upload these products?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 03-14-2010, 04:02 AM
ridexbuilder's Avatar
osCMax Development Team

 
Join Date: Jul 2008
Location: Haggisland
Posts: 1,624
Thanks: 152
Thanked 192 Times in 181 Posts
Rep Power: 13
ridexbuilder is a splendid one to beholdridexbuilder is a splendid one to beholdridexbuilder is a splendid one to beholdridexbuilder is a splendid one to beholdridexbuilder is a splendid one to beholdridexbuilder is a splendid one to beholdridexbuilder is a splendid one to beholdridexbuilder is a splendid one to behold
Default Re: Easy Populate Updated Product Uploads

Assuming that you have unique model numbers (which you really should have, if using EP), then just split the upload file. Try 1000 products at a time, if that doesn't work, 500, then 300.....

The only columns that you need are:
v_products_model, v_products_name, EOREOR

Or use a CSV import with phpmyadmin.

__________________
Hosting plans with installation, configuration, contributions, support and maintenance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 03-14-2010, 04:47 AM
New Member
 
Join Date: Mar 2010
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
priyaj1023 is on a distinguished road
Default Re: Easy Populate Updated Product Uploads

I have uploaded and split the file using below
Upload and Split EP File - Split File

Then use the splitted files from temp directory.
Import EP file from Temp Dir - Update Only - Insert into db

Its showing below message but, Product names are not updated.
Easy Populate 2.76i-MS2 - Default Language : english(1) Filename: EP_Split36.csv

Can you please guide me in details?

Regards
Priya J.
Attached Files
File Type: zip UpdatedEP2010Mar02-0808_Final.zip (271.5 KB, 3 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 03-14-2010, 05:08 AM
ridexbuilder's Avatar
osCMax Development Team

 
Join Date: Jul 2008
Location: Haggisland
Posts: 1,624
Thanks: 152
Thanked 192 Times in 181 Posts
Rep Power: 13
ridexbuilder is a splendid one to beholdridexbuilder is a splendid one to beholdridexbuilder is a splendid one to beholdridexbuilder is a splendid one to beholdridexbuilder is a splendid one to beholdridexbuilder is a splendid one to beholdridexbuilder is a splendid one to beholdridexbuilder is a splendid one to behold
Default Re: Easy Populate Updated Product Uploads

"Cobra XRS 9730 12 BAND RADAR / LASER DETECTOR" - doesn't look like a model number to me! Just one example. Unless you have extended the model number field to some crazy length, then you will have issues. Model numbers shouldn't have spaces... Look at stickers on items around the house... Model No. could be ISBN, EAN, SKU, Barcode... I could go on.


Export to csv from phpmyadmin, retaining the product ID, put some sensible model numbers in (plus your changes) and re-import. [OpenOffice typically copes better than Excel.] As a bonus, it will possibly only need the file split into 2 or 4 parts, if not able to import the complete file.
__________________
Hosting plans with installation, configuration, contributions, support and maintenance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 03-14-2010, 05:43 AM
pgmarshall's Avatar
osCMax Development Team
 
Join Date: Feb 2009
Location: London
Posts: 1,156
Thanks: 63
Thanked 245 Times in 210 Posts
Rep Power: 15
pgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud of
Default Re: Easy Populate Updated Product Uploads

How many characters have you removed?

If you don't have unique product model numbers then you will probably have to use SQL.

It is pretty quick - you just have to run that one line I posted for each character you want to remove ...
__________________
pgmarshall
_______________________________
Test Site: www.cottonbarn.info

Want to say thank you if I helped you out? Help me block this waste incinerator plan (www.nywag.org) in North Yorkshire, UK. Sign the petition here (only takes 1 minute). Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 03-14-2010, 06:02 AM
New Member
 
Join Date: Mar 2010
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
priyaj1023 is on a distinguished road
Default Re: Easy Populate Updated Product Uploads

What is mean by Phpmyadmin?
Can you please do this for me?

shall I give you login id and password for my store?

Thanks in advance.

Regards
Priya J.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 03-14-2010, 06:35 AM
pgmarshall's Avatar
osCMax Development Team
 
Join Date: Feb 2009
Location: London
Posts: 1,156
Thanks: 63
Thanked 245 Times in 210 Posts
Rep Power: 15
pgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud of
Smile Re: Easy Populate Updated Product Uploads

Quote:
What is mean by phpMyAdmin?
It is a tool for editing your database - most web hosts have cpanel or similar allowing you to log in and edit your database directly. You would get access to this tool through you web host not your store login.

Quote:
shall I give you login id and password for my store?
Whilst I am happy to help people out - I don't normally do work like this for them ... You could send a message to RidexBuilder who I know does consultancy (paid) work for people on these boards.

Regards,
__________________
pgmarshall
_______________________________
Test Site: www.cottonbarn.info

Want to say thank you if I helped you out? Help me block this waste incinerator plan (www.nywag.org) in North Yorkshire, UK. Sign the petition here (only takes 1 minute). Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 03-14-2010, 06:55 AM
New Member
 
Join Date: Mar 2010
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
priyaj1023 is on a distinguished road
Default Re: Easy Populate Updated Product Uploads

Thanks for your support.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
How do you get Easy Populate to add new product deaniodice osCommerce 2.2 Modification Help 3 10-02-2007 05:13 AM
product attributes with easy populate spottedhaggis osCMax v2 Features Discussion 4 03-22-2006 10:30 AM
Easy Populate and Product Attributes prosam osCMax v1.7 Discussion 0 05-02-2005 07:19 AM
how do I add product attributes to easy populate crujones osCMax v1.7 Discussion 6 03-05-2004 09:49 AM
Manufacturers not updated with Easy Populate djavet osCommerce 2.2 Modification Help 1 10-30-2003 11:14 AM


All times are GMT -8. The time now is 07:41 PM.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2010 osCmax
Inactive Reminders By Icora Web Design