@bigbird_3156
try using this version of easy populate http://addons.oscommerce.com/info/7725 which works with osc2 3.3, and the larger image option, that comes with osc 2.3.1 onwords
- osCommerce Support Forum
- → Viewing Profile: Posts: puddlec
Latest News: (loading..)
Community Stats
- Group Members
- Active Posts 132
- Profile Views 9,730
- Age Age Unknown
- Birthday Birthday Unknown
-
Real Name
Craig
-
Gender
Male
-
Location
UK
Contact Information
Posts I've Made
In Topic: Easy Populate and large image
Yesterday, 02:01 PM
In Topic: Easy Populate & Products Attributes
26 April 2013 - 04:30 PM
partrade12, on 26 April 2013 - 04:21 PM, said:
Its the 2.8
did a quick test and this worked for me (i have not got SPPC installed on mine)
replace the code below (from line 3443 in easy_populate.php)
// and insert the new record
if ($v_customer_price_1 != ''){
$result = tep_db_query('
INSERT INTO
'.TABLE_PRODUCTS_GROUPS.'
VALUES
(
' . $v_customer_group_id_1 . ',
' . $v_customer_price_1 . ',
' . $v_products_id . '
)'
);
}
if ($v_customer_price_2 != ''){
$result = tep_db_query('
INSERT INTO
'.TABLE_PRODUCTS_GROUPS.'
VALUES
(
' . $v_customer_group_id_2 . ',
' . $v_customer_price_2 . ',
' . $v_products_id . '
)'
);
}
if ($v_customer_price_3 != ''){
$result = tep_db_query('
INSERT INTO
'.TABLE_PRODUCTS_GROUPS.'
VALUES
(
' . $v_customer_group_id_3 . ',
' . $v_customer_price_3 . ',
' . $v_products_id . '
)'
);
}
if ($v_customer_price_4 != ''){
$result = tep_db_query('
INSERT INTO
'.TABLE_PRODUCTS_GROUPS.'
VALUES
(
' . $v_customer_group_id_4 . ',
' . $v_customer_price_4 . ',
' . $v_products_id . '
)'
);
}
with
// and insert the new record
if ($v_customer_price_1 != ''){
$result = tep_db_query(" INSERT INTO " .TABLE_PRODUCTS_GROUPS . " (customers_group_id, customers_group_price, products_id)
VALUES
('"
. $v_customer_group_id_1 . "', '"
. $v_customer_price_1 . "', '"
. $v_products_id
. "')");
}
if ($v_customer_price_2 != ''){
$result = tep_db_query(" INSERT INTO " .TABLE_PRODUCTS_GROUPS . " (customers_group_id, customers_group_price, products_id)
VALUES
('"
. $v_customer_group_id_2 . "', '"
. $v_customer_price_2 . "', '"
. $v_products_id
. "')");
}
if ($v_customer_price_3 != ''){
$result = tep_db_query(" INSERT INTO " .TABLE_PRODUCTS_GROUPS . " (customers_group_id, customers_group_price, products_id)
VALUES
('"
. $v_customer_group_id_3 . "', '"
. $v_customer_price_3 . "', '"
. $v_products_id
. "')");
}
if ($v_customer_price_4 != ''){
$result = tep_db_query(" INSERT INTO " .TABLE_PRODUCTS_GROUPS . " (customers_group_id, customers_group_price, products_id)
VALUES
('"
. $v_customer_group_id_4 . "', '"
. $v_customer_price_4 . "', '"
. $v_products_id
. "')");
}
In Topic: Easy Populate & Products Attributes
26 April 2013 - 03:58 PM
partrade12, on 26 April 2013 - 03:15 PM, said:
I have looked everywhere for this answer but can not find anything, anything will be greatly appreciated. Or point me to a link that will help...
When I load my file to EP i get this error...
1136 - Column count doesn't match value count at row 1
INSERT INTO products_groups VALUES ( 1, 3.45, 217 )
[TEP STOP]
(w00t)Im not sure what im missing Please Help!!!!
When I load my file to EP i get this error...
1136 - Column count doesn't match value count at row 1
INSERT INTO products_groups VALUES ( 1, 3.45, 217 )
[TEP STOP]
(w00t)Im not sure what im missing Please Help!!!!
also which version of easy populate are you using?
In Topic: EasyPopulate with Multiple Images for osC 2.3.3
05 March 2013 - 09:58 AM
easy populate, works with the multiple images that are built into osC 2.3 - out of the box
you need to click on the link below, and download the latest version 2.8
http://addons.oscommerce.com/info/7725/v,23
you need to click on the link below, and download the latest version 2.8
http://addons.oscommerce.com/info/7725/v,23
In Topic: Easy Populate Error - Need Help With Some Code
27 November 2012 - 05:20 PM
@stewarttech
for oscomerce 2.3.x then go to http://addons.oscommerce.com/info/7725 instead. which are the versions designed for use on Osc 2.3.x
for oscomerce 2.3.x then go to http://addons.oscommerce.com/info/7725 instead. which are the versions designed for use on Osc 2.3.x
- osCommerce Support Forum
- → Viewing Profile: Posts: puddlec
- Privacy Policy
- Forum Rules ·



Find content