Please, do you know any software that help to put new items at your online shop? Your advinces, please. I've tired to fill the following form for every unit in my internet shop by hands. <table> <tr> <td> <a href="images/FILENAME.jpg" rel="lightbox[FILENAME]" title="ITEM NAME "><img src="images/FILENAMEthumb.jpg" class="thumb" /></a> </td> <td class="description"> <strong> ITEM DESCRIPTION.</strong><br /> ADDITIONAL DESCRIPTION, IF THE ITEM NEEDS IN </td> </tr> <tr> <td> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" class="buy-item"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="myemail@email.com"> <input type="hidden" name="item_name" value="ITEM NAME "> <input type="hidden" name="item_number" value="ITEM NAME"> <input type="hidden" name="amount" value="PRICE OF THE ITEM"> <input type="hidden" name="shipping" value="SHIPPING COST"> <input type="hidden" name="no_shipping" value="0"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="tax" value="0.00"> <input type="hidden" name="lc" value="US"> <input type="hidden" name="bn" value="PP-BuyNowBF"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form> </td> <td>Price: <strong>$ ANY </strong> Shipping: <strong> SHIPPING COST </strong></td> </tr> </table>
Well using actual shopping software will do it; they usually have Excel, CSV, TXT import as well as a nice interface. It looks like you have a CMS and are trying to make a shop out of it.
I didnt get you.. you mean you can't post large amount of data? pm me the exact problem you are facing.. i might be of some help to you..
Well, i need to write that code for every of my items. It takes so much times when i add 200-250 new items. Possible there's any soft that can help me.
i've done countless ecommerce projects (iam sick and tired of doing that).. and tell you what.. thats the worst way to add new products. you better hire an ecommerce developer to develop you a backend for adding new products and items easily.