View Single Post
  #2  
Old 10-15-2017, 10:45 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

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

Default Re: Override XC/ProductVariant behavior and admin/customer content

You have two options:
1. Find the widget class that displays the option.twig template (it is classes/XLite/Module/XC/ProductVariants/View/Product/AttributeValue/Customer/Select.php), "decorate" it from your custom module and make it use your custom template instead of the original option.twig
2. Use the ability to define custom template directories and make X-Cart look for the template in your directory first.
__________________
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