Page 1 of 1
Search found 5 matches
Re: How to create a custom menu twig file for custom theme
THIS POST IS SOLVED The only issue was adding the names inside controllers. In my case these two controllers below. public_html/extension/my_custom_theme/admin/controller/theme/custadobe.php public_html/oc4/extension/my_custom_theme/catalog/controller/startup/custadobe.php For instance if I had the ...
Jump to post- Tue Oct 04, 2022 12:42 am
- Replies 1
- Views 920
[SOLVED] How to create a custom menu twig file for custom theme
First of all, I am NOT asking for step by step detailed processes. (using OpenCcart 4.0.1.1) I am just asking for a general advice how to do it. ############################################# ############################################# So far I have created a custom theme. And I can modify my HEADE...
Jump to post- Sat Oct 01, 2022 10:28 pm
- Replies 1
- Views 920
Re: Link for compare products...
I know it won't work until user add products to compare. But my question is what text I have to use to properly display name and link on the code. {{ compare }} or {{ product_compare }} or what else? Because so far neither {{ compare }} or {{ product_compare }} are working on my side. Does the quest...
Jump to post- Sat Oct 01, 2022 8:35 pm
- Replies 2
- Views 640
Link for compare products...
Inside a theme we can create links for Account, Wishlist, and Shopping Cart like below. <a href="{{ account }}" title="{{ text_account }}"><span>{{ text_account }}</span></a> <a href="{{ wishlist }}" title="{{ text_wishlist }}"><span>{{ text_wishlist }}</span...
Jump to post- Fri Sep 30, 2022 8:55 pm
- Replies 2
- Views 640
Email SMTP Configuration Is Sending Three Different Errors
I will like to know where I can get support from an error I am getting inside my SMTP email configuration. CHECK BELOW. These are my dashboard settings: https://prnt.sc/9qekjq0HMS9C This is the POST I get when I send message: https://prnt.sc/FFAHah-O_dpE Emails are not send and below is the three er...
Jump to post- Fri Aug 05, 2022 3:27 pm
- Replies 1
- Views 115
Search found 5 matches