Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cant find <del> for specials in product_info


Portman

Recommended Posts

Hi - Quick question (hopefully)

I am using BS Frozen. 

I am looking for the section of code that controls the appearance of the special price when it is displayed in product_info.php...

I need to hide the struck through original price if a customer is not logged in - I have done it in the specials box and the specials in product_listing.php  but cant find where the full listing instance is kept.

Any help would be appreciated.

 

 

Link to comment
Share on other sites

Check the language file for the price product info module.

../includes/languages/english/modules/content/product_info/cm_pi_price.php

  const MODULE_CONTENT_PI_PRICE_DISPLAY_SPECIAL = '<del>%2$s</del> <span class="productPrice text-danger productSpecialPrice">%1$s</span>';

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...