Page 1 of 1
Search found 5 matches
504 Gateway Time-out after system > settings save
Working with OC 2.0.0.1 and the Journal 2 template. I recently renamed my admin folder and applied that to admin/config.php and vqmod/pathReplaces.php. Then I reset all file permissions: 644 for files, 755 for folders and 444 for config.php, index.php, admin/config.php, admin/index.php and system/st...
Jump to post- Fri Nov 30, 2018 7:43 pm
- Replies 1
- Views 1374
Re: Journal 2 Product Grid changes disappear after interaction
I just solved it myself.
I'm fairly new to OC and didn't know that each module has its own controller.
So, after I applied the modifications of category.php in journal2_super_filter.php, it all worked out.
Cheers.
- Thu Nov 08, 2018 11:53 pm
- Replies 1
- Views 973
[Solved] Journal 2 Product Grid changes disappear after interaction
Working with OC 2.0.1.1 and the Journal 2 template. I want to display bulk order discounts in the product grid, so I modified controller/product/category.php and view/.../product/category.tpl . When looking at a product category, it works fine at first. Then when I change anything in the product fil...
Jump to post- Thu Nov 08, 2018 8:00 pm
- Replies 1
- Views 973
Re: How to show product discounts for bulk orders in product grid?
The issue is once you created the array from the controller, you then need to extract the created $product['discount'] array in your TPL file. As an alternate solution, you can modify your $discounts array from the controller from: $discounts[] to read: $discounts[$discount['product_id']] Then, rep...
Jump to post- Mon Oct 08, 2018 8:19 pm
- Replies 3
- Views 976
[Solved] How to show product discounts for bulk orders in product grid?
Working with OpenCart 2.0.1.1. and the Journal 2 template, I have several products with bulk-order discounts. When displaying them in the product grid (category.tpl) I would like to display the lowest discount price instead of the regular price (if a product has a discount). I've understood the basi...
Jump to post- Fri Oct 05, 2018 8:06 pm
- Replies 3
- Views 976
Search found 5 matches