Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

binderben

Pioneers
  • Posts

    5
  • Joined

  • Last visited

Everything posted by binderben

  1. Is there an add-on which makes it possible to hide attributes or make them non-selectable until a certain check box or other attribute is selected?
  2. Hi, I am looking for a modification like the one seen at: http://www.babysoftusa.com/catalog/product_info.php?products_id=46&osCsid=ed3c93e05a79397c5c29a92b8dcac7b7 where when you select an attribute (in this case the drop down box) it reveals other attributes related to it. I have searched the contributions and have found nothing similar.
  3. Is it possible in this contribution to embed an attribute within a attribute? say if there were two radio buttons Upload image Or enter web URL If the user were to select 'upload image' an upload attribute would come into effect or if they were to select 'or enter web URL' a text box attribute would be revealed?
  4. Thank you, that fixed it. I will use the search before posting in future.
  5. Hi, I tried to install the contribution: 'quantity price breaks per product' on a cart with only a single other contribution: 'option types v2'. The problem is in the manual installation instructions it asks me to: In application_top.php, Find (around line 361 [around line 368 in edited file]): $cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $HTTP_POST_VARS['id']))+1, $HTTP_POST_VARS['id']); and replace with //BOF qpbpp //$cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $HTTP_POST_VARS['id']))+1, $HTTP_POST_VARS['id']); $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']); //EOF qpbpp Because of the optiontypesV2 this line has been changed to something else. I have been trying for hours to integrate the changes to no avail. If someone could look at what I am doing wrong that would be great. Here is my application_top.php page: http://pastebin.com/m25fefa54
×
×
  • Create New...