View Single Post
  #5  
Old 09-22-2016, 09:39 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

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

Default Re: Help with "creating interface" in admin on 5.3

The mentioned article is for X-Cart 5.2.x only.
For X-Cart 5.3.x you should check this one: http://devs.x-cart.com/en/basics/adding_new_property_to_a_product/adding_product_property_via_formmodel_api.html

"Compose" methods are used to "group" multiple fields into a single line. For example, you want to add a custom field and display it to the right of the existing Price field. In this case you "compose" your custom field with the Price field.

If your custom field should be displayed alone on a new form line, you don't need "compose" methods.
__________________
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