Amazon Product Name Script
We require a custom simple desktop script that will analyze amazon and pull in product names according to some filters we can set.
We require a custom simple desktop script that will analyze amazon and pull in product names according to some filters we can set.
Find the same product number from 3 files and put into 1 file. please download the attachment included the instruction to see the detail.
you have to have knowlege in ink cartridges and toner in order to handle the job.
Find the same product number from 3 files and put into 1 file. please download the attachment included the instruction to see the detail.
you have to have knowlege in ink cartridges and toner in order to handle the job.
We have a website with approximately 5,000 products in it. The distributor has given us a product list in Excel which we have imported into our cs-cart. The problem is that the product names are short versions of what the product name should be. Example, look at http://www.boatersplus.com/boat-accessories/drink-holders-and-accessories/attw-hldr-bev-fldg.html and you will see that the product name is “Attw Hldr Bev Fldg” it needs to be changed to “Attwood Folding Beverage Holder”.
All changes need to be to an Excel file which contains the product name, manufacturer and long description.
Searches can be done on the website to view pictures.
Any questions on any product as corrections are being made can be sent by email.
Obviously you will need a good handle on the English language to preform this task.
I would like this completed in 3 weeks with a weekly review of work done. We know the final work wont be perfect unless you happen to be a boater so we will help with the final corrections.
I need this page cloned:
http://myrachelrayweightlossblog.com/
Links on page should be masked. I have specific redirect & tracking code to use. (see attachment)
Using these product affiliate links in redirect:
Product Name: Acai Fuel Extreme
Aff URL: http://affiliate.adtrtracker.com/rd/r.php?sid=134&pub=500033&c1=<?PHP echo $seed; ?>
Product Name: Colon Cleanse Max
Aff URL: http://affiliate.adtrtracker.com/rd/r.php?sid=46&pub=500033&c1=<?PHP echo $arid; ?>
There is a third link in the last comment that should have a masked link to this link.
Product Name: Acai Xtreme
Aff URL: http://affiliate.adtrtracker.com/rd/r.php?sid=30&pub=500033&c1=<?PHP echo $arid; ?>
Very simple and straight forward. Needs to be uploaded to website & done in the next couple of hours. Pay via PayPal upon completion.
I have more than 4610219 product names (not unique). These numbers increase by atleast 3000+ each day. They are stored into the “products” table. I need to create a dashboard which would show:
1. Top 10 searched products (by Day, Month, Year)
2. Top 3 “Buy Now” prices or “Average Prices” from eBay for each of the product for that day
3. Associate the existing and new product with the the eBay Category id using eBay Api
4. For each of the product listed find the first site listed in Google and display on the Dashboard
Note: in the table below “product_category_id” is the eBay Category Id .
–
– Table structure for table `products`
–
CREATE TABLE IF NOT EXISTS `products` (
`id` int(11) NOT NULL auto_increment,
`product_name` varchar(256) NOT NULL,
`product_category_id` int(11) NOT NULL default ’0′,
`search_timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP,
`status` char(1) NOT NULL default ‘Y’,
PRIMARY KEY (`id`),
KEY `product_name` (`product_name`),
KEY `search_timestamp` (`search_timestamp`),
KEY `product_category_id` (`product_category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT=’Products’ AUTO_INCREMENT=4610219 ;
–
– Example of data dump for table `products`
–
INSERT INTO `products` (`id`, `product_name`, `product_category_id`, `search_timestamp`, `status`) VALUES
(1, ‘power wheels barbie’, 11746, ’2009-02-15 03:58:41′, ‘Y’),
(2, ‘basketball hoop’, 21196, ’2009-02-15 03:58:41′, ‘Y’),
(3, ‘dresser’, 20478, ’2009-02-15 03:58:41′, ‘Y’),
(4, ‘zen alarm clock’, 79643, ’2009-02-15 03:58:41′, ‘Y’),
(5, ‘flashlight’, 106987, ’2009-02-15 03:58:41′, ‘Y’),
(6, ‘dsl modems’, 62025, ’2009-02-15 03:58:41′, ‘Y’),
(7, ‘makeup brushes’, 36412, ’2009-02-15 03:58:41′, ‘Y’),
(8, ‘card table’, 25550, ’2009-02-15 03:58:41′, ‘Y’),
(9, ‘jewelry boxes’, 11707, ’2009-02-15 03:58:41′, ‘Y’),
(10, ‘cat collar’, 66763, ’2009-02-15 03:58:41′, ‘Y’),
(11, ‘pepper’, 86917, ’2009-02-15 03:58:41′, ‘Y’),
(12, ‘body glove wetsuit’, 20336, ’2009-02-15 03:58:41′, ‘Y’),
(13, ‘grandfather clocks’, 378, ’2009-02-15 03:58:41′, ‘Y’),
(14, ‘olive oil’, 11845, ’2009-02-15 03:58:41′, ‘Y’),
(15, ‘high heels’, 63889, ’2009-02-15 03:58:41′, ‘Y’);
We have a file that hold information for different lots tied to a product.
1 – If you click on any of the links under lot you will see on the next page you will see the item section with 2 fields next to it. One is lot.item_sku (which equals product.id) and the other is lot.item (which is the same as product.name) Basically we want to have 1 ajax field that we can either enter the product.sku or product.name and when we select it enters the product.id into lot.item_sku and product.name into lot.item. We did something similar to this on another file that we no longer use if it’s helps you can look at it and copy and tweak the code.
2 – We have a section on the product page that we can upload an image of each product. I copied and changed the code so we could upload an image of each cofa for the lot but it’s not working. So we would like where the cofa section is to be able to select and image and have it upload to pics/cofa.
3 – On the lot main page you will see COFA on the right hand side. We would like this to only show up if the lot has an image uploaded and be a link that opens up in a separate window showing the image. So if a lot doesn’t have something in cofa then the link would not show. We have this same code on product.php if you’d like to just copy it from there and tweak it as needed.
4 – When adding a new lot the received date and exp_date calendars do not show so we need them to show up.
5 – Not every item has an exp_date so if it’s not to hard we’d like to have a checkbox next to the calendar that either puts NULL or N/A in the exp_date field.
6 – on the lot main page if you do a FIND for lot K820697 and click into it you will see the inventory says 1.11907e+08. I’m not sure why it shows up that way. It should show up something like 75274.93. So i’m guessing when the inventory gets too long it converts it into this weird #. Is it because the field is FLOAT? If so is there a way to get it to print out correctly? What are the advantages or disadvantages to float.
I need unbiased/neutral reviews for 3 products in the male enlargement niche (I’ll provide product names via pm)
You’ll be researching and compiling facts and customer feedback to create
Hello.
This is a posting for modifying a Joomla Virtumart Category template (browse_lite_pdf.php). My client would like for this template to be very similar to sprint.com’s category list ex:http://nextelonline.nextel.com/NASApp/onlinestore/en/Action/DisplayPhones?filterString=PDA_Smartphone_Phone_Char&id12=CHP_PhonesTab_Link_PDAandSmartphones
Current category template is located at: http://www.sprintmichigan.com/index.php?option=com_virtuemart&Itemid=87
As a semi programmer i feel my client is needing an additional product description field that can be modified using a wysiwyg editor in the backend of the Virtuemart product editor. This will result in having 2 columns in the category template that will include 2 columns that can be modified using html. Currently I am using the short description field (<?php echo $product_s_desc ?>)in the category view which is can not be editied using a wysiwyg editor, just text.
Conclusion: I am needing 4 columns in the category view displaying the following:
Column 1: image thumbnail: <a href=”<?php echo $product_flypage ?>”><?php echo ps_product::image_tag( $product_thumb_image, ‘class=”browseProductImage” border=”0″ title=”‘.$product_name.’” alt=”‘.$product_name .’”‘ ) ?></a>
and
Additional images: echo $this->vmlistAdditionalImages( $product_id, $images )
Column 2: Product Name: echo $product_name
Short Description: echo $product_s_desc
Ask Seller Question: echo $ask_seller
Column 3: Addition Product Description with wysiwyg editor in the backend of the Virtuemart product editor
Column 4: Upgrade Now: <a href=”<?php echo $product_flypage ?>”>
<h4>UPGRADE NOW</h4></a> (This simply links to product detail page)
For this first project, I need 5 unbiased/neutral reviews for five products in the male enhancement niche (I’ll provide product names via pm)
You’ll be researching & compiling facts and customer feedback to create