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 2
- Views 46
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 116
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 5148
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 432
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 1
- Views 63
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 284
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 989
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 40
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 127
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 123
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 169
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
- 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 4
- Views 198
Re: OCMOD 3.0.3.7 not working with .twig file
On the same date, it must be well-counted! Jump to post
- Sat Apr 10, 2021 1:37 am
- Replies 7
- Views 196
Re: Additional Info on Qphoria's - How to create/clone a Shipping Extension
Contact him on Github.
Jump to post- Fri Apr 09, 2021 10:35 pm
- Replies 1
- Views 185
Re: How to link the product name with it's actual product page in customer's order history page
Which topics did you found? Jump to postiDragonFly^ wrote: ↑Fri Apr 09, 2021 7:51 pmHi,
How to link the product name with it's actual product page in customer's order history page?
i searched for it on this forum and i found all answers were for old versions, i'm using 3.0.3.2
Thanks in advanced
- General Support
- How to link the product name with it's actual product page in customer's order history page
- Fri Apr 09, 2021 9:55 pm
- Replies 4
- Views 198
Re: how can i map AWS S3 bucket image link with opencart 3x products
You could always create a new service request in the Commercial Support section of the forum to get this done as a custom job. Jump to post
- Installation, Upgrade, & Config Support
- how can i map AWS S3 bucket image link with opencart 3x products
- Fri Apr 09, 2021 9:50 pm
- Replies 1
- Views 95
Re: All Categories on product page
You, indeed, need to contact the extension developer to resolve this issue. As an alternative, you could use this extension: https://www.opencart.com/index.php?rout ... n_id=14980 . Jump to postprototype0104 wrote: ↑Fri Apr 09, 2021 8:20 pmYou are responding only for increase your post number?
- Fri Apr 09, 2021 9:49 pm
- Replies 3
- Views 124
Re: Modification Cache Files Don't Match Non-Cached Files
So instead of giving me an answer, you simply tell me that I'm not able to fix this myself. Why would cache not match the files? My OC files were literally missing lines of code. Files that were supposed to be 10KB were 5KB. The site files either got corrupted or messed with by a third party , I co...
Jump to post- Fri Apr 09, 2021 9:46 pm
- Replies 6
- Views 285
Re: Min server requirements
The storage folder is handled differently between those versions. Must also allow TWIG formats by default. Jump to post
- Fri Apr 09, 2021 6:54 pm
- Replies 3
- Views 265
Re: Problem with custom fields in multi store setup
I appreciate the information about the potential fix in the pipeline. In the present, though, still looking for a solution :) If no extensions are provided on the Marketplace matching your request, you could always create a new service request in the Commercial Support section of the forum to get t...
Jump to post- Fri Apr 09, 2021 6:53 pm
- Replies 7
- Views 235