Re: Auto assign product of one parent category to all subcategories
It is not difficult to do this surface deep only.
Rather than the product actually being assiged to a sub-category, you just query all the categories from the parent down and sccop up all the products to display from those higher level categories.
- Wed Oct 16, 2024 7:10 am
- Replies 8
- Views 804
Re: Does the API work at all?
There is this (may be others)
https://www.opencart.com/index.php?rout ... n_id=23800
- Sat Sep 28, 2024 7:02 am
- Replies 11
- Views 879
Re: Moved Admin Dir - White Blank Page
All round easier not to move it, just protect it instead.
Jump to post- Installation, Upgrade, & Config Support
- Moved Admin Dir - White Blank Page > Error: Call to undefined method ScssPhp\ScssPhp\Compiler::compileString()
- Thu Sep 26, 2024 10:09 pm
- Replies 6
- Views 659
Re: Upgrading 3.0.3.2 to 3.0.4.0
I often just upload the files and run the installer/upgrade and then fix any issues because I find the whole import/export thing and rebuilding the site to be too much of a ball ache and for a minor upgrade from 3038 to 3040 I wouldn't expect many issues (just did 3033 to 3040 with no particular iss...
Jump to post- Fri Sep 20, 2024 7:13 am
- Replies 4
- Views 825
[Realeased] Paid Competitions
https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=46474 Introducing the fully-featured Competition Extension – the ultimate tool to run exciting paid competitions right on your store! Seamless Ticket Purchases - Customers can easily buy tickets online - Set a maxim...
Jump to post- Sun Sep 15, 2024 8:19 am
- Replies 0
- Views 1951
Re: email customers with order number A to B asking for a review product(s)
Don't know anything like that, but there are plenty of review extensions available. I don't understand why you are making it difficult, why between x and y order number. Why not all your customers? Typically, the review extensions will email a customer a set number of days after shipped/complete ord...
Jump to post- Commercial Support
- SOLVED - Email customers with order number A to B asking them to review product(s)
- Sun Aug 25, 2024 8:25 am
- Replies 9
- Views 898
Re: Creation new theme
No. It won't use a new ../controller/header.php in the extension folder.
Jump to post- Tue Aug 20, 2024 8:11 am
- Replies 5
- Views 1419
Re: Disable sold items
Better to disable them rather than hide them.
https://www.opencart.com/index.php?rout ... n_id=46396
- Tue Aug 20, 2024 7:48 am
- Replies 8
- Views 856
Re: error user.php on line 16
1. The file is modified by an extension
2. What is the problem
3. What is the error?
- Wed Aug 14, 2024 11:43 am
- Replies 4
- Views 567
Re: choose between hostgator and hostinger
hostgator is now an EIG brand, so good luck with that.
Hostinger is still private
As far as I know.
- Wed Aug 14, 2024 10:03 am
- Replies 5
- Views 1310
Re: Upgrade to version 4
Also a lot of changes so upgrading will be a big job as 3x extension will not work on 4x
Jump to post- Mon Aug 12, 2024 3:40 pm
- Replies 3
- Views 1285
Re: Checkout typing only in English alphabet
Not without an extension of some sort.
There are JavaScript ways of doing it or perhaps you could use the Pattern attribute.
https://www.w3schools.com/tags/tryit.as ... ut_pattern
- Mon Aug 12, 2024 3:30 pm
- Replies 3
- Views 424
Re: retrieve subcat meta description for category page.
Oh, I see. In which case you want edit this little bit here: $data['categories'][] = array( 'name' => $result['name'] . ($this->config->get('config_product_count') ? ' (' . $this->model_catalog_product->getTotalProducts($filter_data) . ')' : ''), 'href' => $this->url->link('product/category', 'path=...
Jump to post- Wed Jul 31, 2024 8:19 pm
- Replies 3
- Views 356
Re: retrieve subcat meta description for category page.
In ../controller/produc/category.php set the description to the maeta description? $data['description'] = html_entity_decode($category_info['description'], ENT_QUOTES, 'UTF-8'); Change to: $data['description'] = $category_info['meta_description']; Alternatively set another variable and put it where ...
Jump to post- Wed Jul 31, 2024 6:42 am
- Replies 3
- Views 356
Product Page Subtitles
**Behold! The Product Subtitle Extension** Tired of your products looking plain? Want to add a touch of pizzazz? This OpenCart extension is your answer. With it, you can effortlessly give your products the attention-grabbing subtitle they deserve. Installation is as easy as pie. Simply upload the e...
Jump to post- Sun Jul 28, 2024 7:39 am
- Replies 0
- Views 1778
Close Store/Disable Checkout/Holiday & Opening Hours
The original and still the best way to close your store for holidays or parts of the day. Ideal for Restaurants and Take-outs that only want the shop open during service. Allows you to easily close your store by stopping the checkout pages from showing (disabling the checkout) - this lets customers ...
Jump to post- Thu Jul 25, 2024 4:38 pm
- Replies 1
- Views 763
Re: Unable to register account, cannot locate error.
From this end it looks ok to me.
So have a look at ../catalog/controller/account/register.php
Disable any events and/or extensions that have anything to do with account/login/register
Have you got vQmod running, if so, check in there also.
- Thu Jul 25, 2024 2:32 pm
- Replies 9
- Views 1391
Re: 404 in new clean install
What is the exact URL of the page that the category link is taking you to?
Jump to post- Thu Jul 25, 2024 6:26 am
- Replies 13
- Views 3534
Re: database update problem
For example, If you look at the settings.php controller, the code is "config"
If you look at the settings.twig template you will see all the settings begin with "config"
The two have to match.
- Wed Jul 24, 2024 9:56 pm
- Replies 6
- Views 548
Re: Cash on demand orders missing
COD is Cash on delivery, FYI.
From the order list, select and filter for "missing Orders". You might find them in there.
- Mon Jul 22, 2024 10:10 pm
- Replies 3
- Views 511