Re: Yahoo currency convert API discontinue.
Long time ago. Please see the Marketplace for free currency extensions or integrate the new one from the master branch.
Jump to post- Mon Apr 12, 2021 9:14 pm
- Replies 1
- Views 62
Re: Adding an image in footer on the right side from My Account menu v.3.0.3.6
Contact the extension theme developer to resolve this issue. Jump to post
- Mon Apr 12, 2021 8:50 pm
- Replies 20
- Views 405
Re: Same item but with few option for selection to buy , can link to inventory under one item ?
OC version. Vague request.
Jump to post- General Discussion
- Same item but with few option for selection to buy , can link to inventory under one item ?
- Mon Apr 12, 2021 10:30 am
- Replies 1
- Views 72
Re: Where to find the right theme?
It also depends what you're specifically looking for as a theme - categorically speaking. You could, either, look for reviews on Google or look on the Marketplace. There are also Opencart partners on this site that do publishes Opencart themes from their websites.
Jump to post- Mon Apr 12, 2021 10:29 am
- Replies 2
- Views 166
Re: No images shows but file names in file manager
Ensure your storage folder is located outside of your public_html folder and to edit the server paths accordingly in both config.php files. Take note that the folder permissions must NOT be higher than 0755 and must be set recursively. Files must remain on the default server settings.
Jump to post- Mon Apr 12, 2021 8:58 am
- Replies 3
- Views 95
Re: Trying to edit orders I always get "error undefined" message under V3.0.3.2
Error log show only an error message: " Warning: Your error log file error.log is 15.34GB!" and cannot be download. Where is that file? what I have to do? to check it or delete it? web server error log give no messages. Console give this error message : "Mixed Content: The page at 'https://qualitas...
Jump to post- Mon Apr 12, 2021 3:11 am
- Replies 5
- Views 158
Re: How can I edit some fields on the checkout page?
Or, by using an extension from the Marketplace.
Jump to post- Mon Apr 12, 2021 2:31 am
- Replies 3
- Views 85
Re: OC 3.0.3.7 search issue The page you requested cannot be found!
Hello, I have a issue with "search" for products in OC 3.0.3.7 Nginx+PHP-FPM server When i search for a product i get the following message The page you requested cannot be found! I disabled SEO in settings and everything worked normal with the search For SEO module iam using SEO Mega Kit Plus wher...
Jump to post- Sun Apr 11, 2021 10:39 pm
- Replies 5
- Views 199
Re: OC 3.0.3.7 search issue The page you requested cannot be found!
Hello, I have a issue with "search" for products in OC 3.0.3.7 Nginx+PHP-FPM server When i search for a product i get the following message The page you requested cannot be found! I disabled SEO in settings and everything worked normal with the search For SEO module iam using SEO Mega Kit Plus wher...
Jump to post- Sun Apr 11, 2021 10:24 am
- Replies 5
- Views 199
Re: Cart is not working probarly in custom theme
Solution: viewtopic.php?f=20&t=181225#p818862 .
Jump to post- Sun Apr 11, 2021 10:24 am
- Replies 3
- Views 170
Re: Category description visible only on the first page of the category view
I tried myself and I made it. Here is the solution: In file "catalog/view/theme/default/template/product/category.tpl" SEARCH for the line <?php if ($thumb || $description) { ?> and put BEFORE that line that line <?php if (($this->request->get['page']) == '1' || ($this->request->get['page']) == '')...
Jump to post- Sun Apr 11, 2021 10:22 am
- Replies 7
- Views 5185
Re: Category description visibility question
Whatever you do with that block of code: if (isset($this->request->get['page'])) { $page = $this->request->get['page']; } else { $page = 1; } Ensure it shows like this first: if (isset($this->request->get['page'])) { $page = (int)$this->request->get['page']; } else { $page = 1; }
Jump to post- Sun Apr 11, 2021 10:13 am
- Replies 3
- Views 491
Re: Store language and data transfer to sql
There are a few extensions on the Marketplace that may provide what you need as to export these results on PDF files. I would suggest to look on the Marketplace.
Jump to post- Sun Apr 11, 2021 6:57 am
- Replies 2
- Views 105
Re: OpenCart Multivendor Extensions
The question was more on getting company or developers names that provided good services and people are happy about them :-) Guess I should expect no to get many replies but thanks anyway. Simply look on the Marketplace or look on Google. Which is why, since 2001, Google Industry, as much as other ...
Jump to post- Sun Apr 11, 2021 4:06 am
- Replies 3
- Views 312
Re: New Image resize error - made some tests - asking help and sharing
Well after some time without finding any solution i came to the conclusion that the problem can be related to multiple factors, from translation files, to modules, to opencast configurations,..... Since i was committed to solve the problem mainly to give back a solution or suggest some improvement ...
Jump to post- Installation, Upgrade, & Config Support
- New Image resize error - made some tests - asking help and sharing
- Sun Apr 11, 2021 4:03 am
- Replies 18
- Views 1034
Facebook Analytics announced changes
Facebook Analytics is going away: https://www.facebook.com/business/help/966883707418907 .
Jump to post- Sat Apr 10, 2021 5:10 am
- Replies 0
- Views 46
Re: Main Menu Statistics Don't Work After Upgrade
Now that the issue has been solved, please add [SOLVED] at the beginning of the subject line on your first post.
Jump to post- Sat Apr 10, 2021 5:06 am
- Replies 3
- Views 152
Re: Opencart 3.0.3.6 where is call for sending email on admin status change when notify is selected
You need to create an event for this. See documentation: https://github.com/opencart/opencart/wiki/Events-System
Jump to post- General Support
- Opencart 3.0.3.6 where is call for sending email on admin status change when notify is selected
- Sat Apr 10, 2021 1:47 am
- Replies 2
- Views 150
Re: Get order details in custom php file
Great. Now that the issue has been solved, please add [SOLVED] at the beginning of the subject line on your first post. Jump to post
- Sat Apr 10, 2021 1:45 am
- Replies 6
- Views 183
Re: How to link the product name with it's actual product page in customer's order history page
The controller steps are the same. However, for the TWIG files, it would be:
Code: Select all
<td class="text-center">{% if product.thumb %}
<a href="{{ product.href }}"> <img src="{{ product.thumb }}" alt="{{ product.name }}" title="{{ product.name }}" class="img-thumbnail" /></a>
{% endif %}</td>
- General Support
- [SOLVED] How to link the product name with it's actual product page in customer's order history page
- Sat Apr 10, 2021 1:41 am
- Replies 5
- Views 251