View Single Post
  #5  
Old 10-28-2014, 02:13 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: What is the best way to overwrite a skin?

Hi juancho!

1) While specifying CSS files, you need to make your AView class to have LC_Dependencies() on SportSkin module:
http://kb.x-cart.com/display/XDD/Making+one+module+depend+on+another#Makingonemodul edependonanother-Understandingtheproblem

This way you will make sure that your CSS classes are declared after SportSkin ones.

2) I feel you need to make your custom module depend on the SportSkin module. You can do it according to:
http://kb.x-cart.com/display/XDD/Making+one+module+depend+on+another#Makingonemodul edependonanother-What...toworkproperly

It's optional though.
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote