Hi Grazie,
In order to display the Custom Fields on product detail page, following tweak will help:
– Create a custom.css file at the path … templates/ja_hawkstore/css/
– Then, add following CSS style into this file:
/*Display the Custom Fields on product details page*/
.addtocart-area .product-fields {
background: none;
position: relative;
opacity: 1;
display: block;
}
If you are working with the Stockable Variants (Plugins custom field type) on our Hawsktore template, I would suggest you refer to this tips to make this variant work correctly.
Nota: Il forum, l’inglese è la sola lingua utilizzata per il supporto domanda e risposta. Sarà bello quando si può scrivere le vostre domande in inglese prossime volte.