Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

fedesq

Pioneers
  • Posts

    6
  • Joined

  • Last visited

Everything posted by fedesq

  1. That worked! It allows the SoldOut (but displayed) - v0.3 contribution http://addons.oscommerce.com/info/3076 to work also in the case of a content template for a specific product. Thanks a million mate
  2. Hi to you all, any idea on how to make this work in sts_inc/product_info.php? <!--Begin Sold Out--> <?php If ($product_info['products_quantity']>0) { $submit_button = tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); } else { $submit_button = tep_image(DIR_WS_LANGUAGES . $language . '/images/buttons/esaurito3.gif', 'Sold Out', IMAGE_BUTTON_SOLD_OUT); } ?> <td class="main" align="left"><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . $submit_button; ?></td> <!--End Sold Out--> thanks
  3. Hi to you all, any idea on how to make this work in sts_inc/product_info.php? <!--Begin Sold Out--> <?php If ($product_info['products_quantity']>0) { $submit_button = tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); } else { $submit_button = tep_image(DIR_WS_LANGUAGES . $language . '/images/buttons/sold_out.gif', 'Sold Out', IMAGE_BUTTON_SOLD_OUT); } ?> <td class="main" align="left"><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . $submit_button; ?></td> <!--End Sold Out--> thanks
  4. Hi, found a way to do it yet? I have the same request, thanks for your reply
  5. Dynamenu problem with another javascript tab menu on the same page Hi guys, I'm new to all this. I have a small problem: I'm using a javascript tab menu on my product_info.php.html page to display images of the attributs of the products and I have added dynamenu for the category. When the page loads all the tabs stay open until I click on one of them. Looks like javascript used for the tab menu reads a comand from the one used in dynamenu. Thanks a million for any help!
×
×
  • Create New...