

nick1234
Members-
Content count
21 -
Joined
-
Last visited
Profile Information
-
Real Name
Nick
-
Gender
Male
-
Location
Sweden
- Website
-
Thanks it look fantastic, when do you expect next option types to be released ? Best Regards Nick
-
Thanks for your fast reply. I also have another problem. open: catalog/includes/application_top.php find: $cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $attributes))+1, $attributes); replace with: <!--- BOF: Quantity Input Field mod --> $cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $HTTP_POST_VARS['id'])) + $HTTP_POST_VARS['cart_quantity'], $HTTP_POST_VARS['id']); <!--- END: Quantity Input Field mod --> I have $cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $real_ids))+1, $real_ids); I try to get Quantity Input Field on product_info.php to work. And to everyone else does anyone have a working Quantity Input Field with this add-on Regards Nick
-
RE: http://forums.oscommerce.com/topic/338661-contribution-option-types-v2/page__view__findpost__p__1503443 how to set the option calculation way per unit or per item 1. file admin/products_attributes.php Can not find FIND $CommentInput .= tep_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']) . ' ' . TABLE_HEADING_OPT_COMMENT . '<br><input type="text" name="option_comment[' . $languages[$i]['id'] . ']" size="24" value="' . $option_name['products_options_comment'] . '"><br>'; Regards Nick
-
Thanks for your reply, "you are the best" it was /catalog/includes/local/configure.php that was missing. Thanks again. Best Regards Nick
-
Ver. 2.2 More people have had the same problem http://forums.oscommerce.com/topic/338661-contribution-option-types-v2/page__view__findpost__p__1474846 Regards Nick
-
Somewhere in a database table, it is wrong, where? Have change products_otion and products_otion_values and customer_basket_attributes from a data base that work from an orginal installation. If I change database with the origanal installation it's not working, then I have the same problem with the orginal installation, it have to be something with a database.
-
Hi After installation I only get CUSTOMER-INPUT and no text area. in productinfo page. ???
-
Hi After installation I only get CUSTOMER-INPUT and no text area. in productinfo page. ???
-
Simple Multi Image Add-on (Un-Limited) with FancyBox Popups
nick1234 replied to spooks's topic in General Add-Ons Support
I am running on 1.3.5 Is there someone who already has adapted it to explorer 9.0 Have been looking on http://www.burconsult.com/tutorials/fp2/index.html Regards Nick -
RE:http://addons.oscommerce.com/info/7008/v,22 Simple Multi Image Add-on (Un-Limited) with FancyBox Popups Hi No image, popups in internet explorer 9.0 Need help. Regards Nick
-
I need to change one page but the image will not be saved and the old images are not there any more after I have saved. Regards Nick
-
Hi Need to change one page but the image will not be saved. Have change the admin dir after my last update. Are there anyone that can give me any help ? Regards Nick
-
Hi Is it posible to have a Quantity box in the product_info.php page like http://addons.oscommerce.com/info/6369 Or it crash with this contribution ? Regards Nick