This is a discussion on matching product cross-sell with easy populate within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi, i have been using these contributions Matching Products Cross-Sell: osCommerce Community Add-Ons Support thread: MATCHING PRODUCTS CROSS-SELL - osCommerce ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi, i have been using these contributions Matching Products Cross-Sell: osCommerce Community Add-Ons Support thread: MATCHING PRODUCTS CROSS-SELL - osCommerce Community Support Forums EasyPopulate: osCommerce Community Add-Ons Support thread: Easy Populate & Products Attributes - osCommerce Community Support Forums the matching product cross-sell create SKUs for all the product but when i export the CSV file from easypopulate it does NOT have sku field in it.. is there any way to add it. so whenever we use exporting thru easypopulate it automatically gets product_ids from cross-sell contr and adds it to the export file?? i really need this asap. please help me here guys.. im not too good with coding.. but i pick things easily. thanks in advance. bye |
|
#2
| ||||
| ||||
| Hi nahi_sonu, Your first mod stores the new SKUs in the products table ... So if you read the easypopulate.php code there are instructions in there to explain how to add new fields to your csv files. Look around line 250 ... Quote:
Code: $custom_fields[TABLE_PRODUCTS] = array(); // this line is used if you have no custom fields to import/export Code: $custom_fields[TABLE_PRODUCTS] = array( 'products_matching' => 'Matching_SKUs' ); Hope this works for you - REMEMBER TO BACKUP BEFORE CHANGING ANYTHING. Regards, |
|
#3
| |||
| |||
| Hi, thanks for the reply.. right after posting this thread i was testing few settings in easy populate and was able to get it working.. it was to change the // $custom_fields[TABLE_PRODUCTS] = array( 'products_upc' => 'UPC' ); to $custom_fields[TABLE_PRODUCTS] = array( 'products_id' => 'SKU' ); tc bbye |
|
#4
| ||||
| ||||
| nahi_sonu, I think you may need to use products_matching not products_id otherwise you will just get the products_id not the ones you have linked to using the mod - might be wrong since I do not use this mod. Glad you got it working, Regards, |
|
#5
| |||
| |||
| hey pgmarshall, the solution i mentioned above worked. as the contribution for cross sell uses products_id not products_matching. so Quote:
Resolved |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Matching Products Cross-sell | michael_s | New osCommerce Contributions | 0 | 10-28-2007 12:00 PM |
| Matching Products Cross-sell | michael_s | New osCommerce Contributions | 0 | 08-27-2007 11:30 AM |
| Matching Products Cross-sell | michael_s | New osCommerce Contributions | 0 | 08-09-2007 11:15 AM |
| Fast Easy Cross-Sell | michael_s | New osCommerce Contributions | 0 | 07-23-2007 04:24 AM |
| Fast Easy Cross-Sell | michael_s | New osCommerce Contributions | 0 | 07-20-2007 07:28 AM |