RE: EasyPopulate 1.0 - Populate your store from Excel / csv
cindyd <[email protected]> 11 Sep 2003 23:16:15 -0000
| Newsgroups | gmane.comp.web.oscommerce.contributions |
|---|---|
| Message-ID | <29478638837dc502f582cda867e8f3a2@osCommerce-Forums> |
This message was sent from: Contributions http://forums.oscommerce.com/viewtopic.php?p=228129#228129 ---------------------------------------------------------------- I like to say thanks for this contribution first, and second, I have read the whole manual. Those things being said, I didn't have any trouble until I had to start changing the "Image" names. I am not entirely certain I have them correct or not. When I reuploaded the eaypopulate.php file I am getting a parse error on line 1651, which is shown below. I have MS 2.2 installed with the additional images contrib also installed. I looked at my database and took the names off the table there. I need some guidance as to: 1. The cause of the parse error 2. Do I have the images named right in these places: [code] $query .= $v_products_image . '", "' . $v_products_additional_images_id . '", "' . $v_products_medium_images . '", "' . $v_products_popup_images . '", "' #. $v_products_subimage2 . '", "' #. $v_products_bsubimage2 . '", "' #. $v_products_subimage3 . '", "' #. $v_products_bsubimage3 . '", "' ------>line 1651 $query .= " '$v_products_model', '$v_products_price', '$v_db_status', CURRENT_TIMESTAMP, $v_date_added, $v_date_avail, '$v_tax_class_id', '$v_products_weight', '$v_products_quantity', '$v_manufacturer_id') [/code] I didn't have the parse error before I changed the names. Thanks for your assistance & time. Cindyd