View Single Post
  #22  
Old 09-03-2014, 02:38 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

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

Default Re: Product Grid Layout

Quote:
Originally Posted by ARW VISIONS
I only get the duplicate content when I re-deploy the store :/

You should not use @ListChild directives in your skin as long as you overwrite existing templates. If you create new templates, then of course you should put @ListChild directives in order to put tempaltes into right view lists.

So, the solution here is to remove these lines:
* @ListChild (list="itemsList.product.grid.customer.info", weight="30")
* @ListChild (list="itemsList.product.list.customer.info", weight="40")
* @ListChild (list="itemsList.product.table.customer.columns", weight="40")

Please, let me know if it helps.
__________________
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