

Holder
Members-
Content count
35 -
Joined
-
Last visited
Profile Information
-
Real Name
Dimarik
-
Location
Moscow
- Website
-
[SSPP] Separate Shipping Per Product----Support Forum
Holder replied to rpdesign's topic in General Add-Ons Support
Can i have version 1.8? I have oscommerce 2.2 RC2a Thank -
[SSPP] Separate Shipping Per Product----Support Forum
Holder replied to rpdesign's topic in General Add-Ons Support
2 errors Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/project5/public_html/includes/modules/shipping/separate.php on line 167 Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/project5/public_html/includes/modules/shipping/separate.php on line 190 -
[SSPP] Separate Shipping Per Product----Support Forum
Holder replied to rpdesign's topic in General Add-Ons Support
How to configure so that would be shipping for a category of "Hardware" and subcategories in it's $10 for "Software" category and subcategories in it - $20, for "DVD Movies" and subcategories in it - $30 I can't configure! Shipping is always - $0! version of osCommerce-2.2rc2a Thank you!!! still have 2 errors on the page checkout_shipping.php and what happened next was not working! -
[SSPP] Separate Shipping Per Product----Support Forum
Holder replied to rpdesign's topic in General Add-Ons Support
I install Separate Shipping Per Product, there was an error! How to correct? 1366 - Incorrect integer value: 'No' for column 'sort_order' at row 1 insert into configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Enable Flat Rate?', 'MODULE_SHIPPING_SEPARATE_STATUS_FLAT', '0', 'When this is enabled along with the all setting, The flat rate will be applied to all products in the shopping cart otherwise the default table rate will be used.', '6', 'No','', 'tep_cfg_select_option(array(\'Yes\', \'No\'), ', now()) [TEP STOP] -
How to be with sorting of the products? Sorting according to the Name, Model, the Price etc. was gone
-
Thanks, i badly know english...
-
I have created 6 categories - 1, 2, 3, 4, 5, 6 In more categories have chosen box1 - 1, 2 and 3 category, and in box2 have chosen 4, 5 and 6 category In the catalogue categories are displayed: box1 1 2 3 box2 1 <--- WRONG, it should not be here! 4 5 6 All made under the instruction in a file readme.txt Help me please
-
Similar problems with jvdmaas, there is a decision of the given problem?
-
The link not work, it is possible to lay out the decision here
-
Conflict with addon Human confirmation v1.2 It is impossible to make registration of the constant client and the guest client. Separately all works wonderfully, together in any way. There is a decision of the given problem?
-
Search Enhancement by Paul Whiter... MS2 ???
Holder replied to WillemB's topic in General Add-Ons Support
I can not remove a word... I press the button To remove and occurs nothing... You words which were searched by clients have remained on a place -
[Contribution] Adding new fields to Easy Populate
Holder replied to lessliquidation's topic in General Add-Ons Support
How to add Product Short Description in EasyPopulate http://www.oscommerce.com/community/contributions,1793 Thanx -
1. How to view all address Customer in Admin? 2. How to deduce the certain quantity of the goods in Admin the catalogue? Thanks
-
[Contribution] Compare Products Side-By-Side
Holder replied to bruyndoncx's topic in General Add-Ons Support
not work 1064 - You have an error in your SQL syntax near 'using (products_id) left join manufacturers m using (' at line 1 select p.products_quantity, p.products_image, pd.products_description, pd.products_name, m.manufacturers_name, p.products_model, p.products_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from products_description pd join products p using (products_id) left join manufacturers m using (manufacturers_id) left join specials s on p.products_id = s.products_id where p.products_id in (3313,3388) and pd.language_id = '4' order by p.products_id asc [TEP STOP] -
Custom PC Creator 2.0 BETA released for OSC2.2MS2
Holder replied to jrickard's topic in General Add-Ons Support
How to make a picture to the collected computer by default one, what would not get out on parameter $Tower? As I have understood for it the file custom_checkout.php answers file custom_checkout.php $picture_query = tep_db_query('select products.products_image, products.products_id from products, products_description where products_description.products_id = products.products_id AND products_description.products_name ="' . $Tower . '"');