Plugin Author
MWSGD
(@mwsgd)
What type of information do you want to add?
I want to add brief description for each product variation. This description is different for each variation.
Plugin Author
MWSGD
(@mwsgd)
Navigate to Jigoshop > Products > Attributes and then click on an Attribute Label name to go to the configuration page. On this page, you can add new variables to the attribute with a description. If you’ve already created the variable you can click on its Name and edit the variable on the next page.
Note: The proper way to set up variations is via Jigoshop > Products > Attributes.
Oh yes you are right. I missed that thing completely. But now the problem is how to show that description on front end because its not shown when I select that attribute on product page.
Plugin Author
MWSGD
(@mwsgd)
You require a theme modification. Replace loop-shop.php template with new one, with check that in case of variation it will retrieve information and then it will show descriptions.
Here’s info about possible Filters and Actions:
If you are unable to make the modification on your own, contact us at support@jigoshop.com for a quote.
Thanks. I will try to make modifications.
Hi. Can you tell me where attribute description is saved and how can I access it.
Plugin Author
MWSGD
(@mwsgd)
It’d be Jigoshop > Products > Attributes Then click ‘Configure Terms’ next to the desired Attribute ‘Label’. Now you can click on the name of a ‘Variable’ and now be on the page to edit this. Description will be one.
Is this what you mean?
No. I mean in code and in database.
@kashifau,
Sorry for incredible delay: you should use WordPress function get_term_by: http://codex.wordpress.org/Function_Reference/get_term_by
The easiest way is to fetch terms by ID.