View Single Post
  #5  
Old 04-16-2015, 04:00 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

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

Default Re: Clean urls 5.2.3

@Phil,

\XLite\Model\Repo\CleanURL is the right class to decorate. Basically, you need to change the value of the CLEAN_URL_DEFAULT_EXTENSION constant and change it to '' (empty line).
You would also need to change the postProcessURLProduct() method there, so it would reflect right product URL structure.

Please, let me know if it helps.

Tony
__________________
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