View Single Post
  #6  
Old 09-01-2015, 08:14 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: move specifications tab content above in product details page

Hello,

Files in the var/run/classes/ directory are the PHP scripts that you should edit for debugging. Every time you "Re-deploy" the store X-Cart 5 re-creates these files from files located in the classes/ directory (you may consider it as a compilation process).

However, to debug template files you should edit the one in the skins/ directory. Don't forget to create backups!

There is no complete list of variables available in template files as it depends on modules installed in the store.

Did you check the documentation for developers at http://kb.x-cart.com/?


Quote:
Originally Posted by ifsale
Hi,

I how can I move the specifications tab content above the addtocart button ?

Also, I have tried to dump variables from the var/run cache files but it seems as if these files are not beeing used, even if I delete the content of any of these files it has no effect on the site.

If I change anything in the tpl files without re-deploying the store it still shows up and the cache is rebuilt anyways, is this the correct behaviour ?

Is there a list of tags that can be used in the views ?

Thank you in advance
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote