Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Making A New Product Box ¿string Tags?


Guest

Recommended Posts

Hello there,

 

I'm making a new box design to each product, Of course I used the separated products contribution, well anyway...

 

I need the string tags to work with my box design, my box have a Image Space, Tittle Space, Description Space and others space's.

 

I think this are the tags:

 

<a class=productTitle href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . substr($new_products['products_name'], 0, 30) . '</a>

<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $new_products['products_image'], $new_products['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><br> <a href="' . tep_href_link(FILENAME_PRODUCTS_NEW). '">' . tep_image(DIR_WS_LANGUAGES . $language . '/images/buttons/new_.gif', IMAGE_NEW_PRODUCT). '</a>

'. strip_tags($description['products_description']) . '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, "products_id=" . $new_products["products_id"]). '"><b>' . DESCR_READ_MORE . '</b></a><br><br><a href="' . tep_href_link(FILENAME_DEFAULT, tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $new_products['products_id']) . '">' . tep_image_button('addto_car.gif', IMAGE_BUTTON_IN_CART) . '</a>' . $currencies->display_price($new_products['products_price'], tep_get_tax_rate($new_products['products_tax_class_id'])).'

 

 

If anyone can separate each String Tag I will appreciate that! like: IMAGE PRODUCT TAG, DESCRIPTION TAG, TITTLE TAG, PRICE TAG.

Help me!

 

Thank you.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...