Page 1 of 1
Search found 3 matches
Re: Adding HTML to the Product Attributes OC 3.x Guide
/catalog/model/catalog/products.php Except that this PHP file does not exist from the controller or model folders originally. The singular filename does. um, I accidentally made a typo and already fixed it. soz. incorrect path is /catalog/model/catalog/product s .php and correct path is almost the ...
Jump to post- Tue Apr 09, 2019 8:27 pm
- Replies 9
- Views 25294
Adding HTML to the Product Attributes OC 3.x Guide
Greetings everyone, here is my short guide to solving a common problem with the lack of support for outputting html content in product custom attributes. Advantages of my approach are: - No headache - No plugins So all we need is just a single file that located /catalog/model/catalog/product.php . F...
Jump to post- Fri Apr 05, 2019 6:23 pm
- Replies 9
- Views 25294
Breadcrumbs OC 3.x Guide
Hi people, here is a short guide how to customize your breadcrubms. Breadcrubms consist from next: (you should remember that fact that they have not similar structure in every template they are located) 1 .html + twig template <ul class="breadcrumb"> {% for breadcrumb in breadcrumbs %} <li...
Jump to post- Fri Mar 29, 2019 8:42 pm
- Replies 2
- Views 6963
Search found 3 matches