X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   What is the product subtitle? (https://forum.x-cart.com/showthread.php?t=51592)

hhiker 01-04-2010 01:14 PM

What is the product subtitle?
 
I am on 4.3 with this one using the Fashion Mosaic template.

In the customer/main/product_details.tpl file it has the following code. But there is nothing there. So what is it for? I checked the manual and it says nothing about a subtitle. Is this a "for the future" thing?

Note: it is between the product price and the product option.

Code:

    <tr>
      <td colspan="3" class="product-subtitle">
        &nbsp;
      </td>
    </tr>


cflsystems 01-04-2010 02:37 PM

Re: What is the product subtitle?
 
If you check the css for the class you will see that it's just the QT's way of creating group of items (using it as a separator)

hhiker 01-04-2010 04:24 PM

Re: What is the product subtitle?
 
That seems odd being this is in main.css Looks like it is formatted to show a sub-title.

Seems to me they thought about adding the ability to add a product sub-title but decided not to or never got to it.

Just thought I maybe missed a feature somewhere. ;)

Code:

.product-details .product-subtitle div {
  color: #b51a00;
  font-weight: bold;
  font-size: 12px;
  border: 0px none;
  border-bottom: 1px solid #9d1500;
}



All times are GMT -8. The time now is 07:35 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.