Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 05-04-2025 14:09:47

polarize
Moderator
Registered: 11-15-2004
Posts: 341

Product Offer Highlights - Adding Additional Selections and Icons

Can I add additional selections and icons for Product Offer Highlights?  If so would this be an "includes" file or added through the Admin interface?

Product Offer Highlights
Select highlights to display as icons with informative tips when this product offer is displayed. These hightlights will be presented with the offer description.

Package Deal
Custom Package
Free Shipping

Thank you


Using Kryptronic K9!  - v 9.4
Previous Versions:
ClickCartPro 8
ClickCartPro 7
ClickCartPro 6
ClickCartPro 5.1

Offline

 

#2 05-05-2025 08:47:02

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19898
Website

Re: Product Offer Highlights - Adding Additional Selections and Icons

You can custom override the {private}/apps/ecom/ECOM/includes/icondisp.php include to add new icons.  Please be aware that include generates icons for categories, category lists, product offers, and product lists.


Nick Hendler

Offline

 

#3 05-12-2025 20:44:22

polarize
Moderator
Registered: 11-15-2004
Posts: 341

Re: Product Offer Highlights - Adding Additional Selections and Icons

Are these icons images that are stored somewhere or a font type?  Is it important that the icon that I add perform a function or can it just be displayed with products I want to highlight as being part of a certain promotion?  My thought is to add an icon that can be a little bigger perhaps banner-shaped to stand out more.  A bonus would be if I could slightly overlay the product image area even bleeding outside of it some.  I know.... I know.... call me crazy.  My wife does all the time. lol


Using Kryptronic K9!  - v 9.4
Previous Versions:
ClickCartPro 8
ClickCartPro 7
ClickCartPro 6
ClickCartPro 5.1

Offline

 

#4 Yesterday 08:42:00

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19898
Website

Re: Product Offer Highlights - Adding Additional Selections and Icons

All icons used by the platform are stored in a single sprite at {public}/media/skins/images/full-sprite.png.  There is an uncompressed version of that file in the same directory named full-sprite.nomin.png that you should use as your source file to add new icons.  Just add them to the empty slots at the bottom of the file.  The left side icons are dark, the right side are the inverse (light). 

It would be best for you to copy the sprite into your skin's media directory, then use a CSS override in your skin's all.min.css file to pull the icons from your skin's version of the file.  Here's what you should put in your skin's CSS file if you put the sprite in your skin's media directory:

Code:

.kicon, .kbannercontl, .kbannercontr, .kmodalclose, .kslidecontl, .kslidecontr {background-image: url('../media/full-sprite.png');}

The same methodology should be used to change icon colors, or change the images used for icons.


Nick Hendler

Offline

 

Board footer