Search found 11 matches

Page 1 of 1

Search found 11 matches

Re: How to set a default product sort in admin view of all products.

halfhope wrote:
Wed Feb 23, 2022 10:12 am
File admin/controller/catalog/product.php IS NOT catalog/model/product/product.php

"Do good and run"
Thank you sir, you are a true friend. Your help is very much so appreciated. You have helped to resolve my request.

Jump to post
  • Wed Feb 23, 2022 10:29 am
  • Replies 6
  • Views 651
Re: How to set a default product sort in admin view of all products.

halfhope wrote:
Wed Feb 23, 2022 6:22 am
Hi. Look for the code throughout the document. I already wrote that the desired code in the getList function.
I searched for the exact code you listed, nothing came up. But thank you for your time.

Jump to post
  • Wed Feb 23, 2022 8:58 am
  • Replies 6
  • Views 651
Re: How to set a default product sort in admin view of all products.

Hi. admin/controller/catalog/product.php function getList() find (on line 258): if (isset($this->request->get['sort'])) { $sort = $this->request->get['sort']; } else { $sort = 'pd.name'; } if (isset($this->request->get['order'])) { $order = $this->request->get['order']; } else { $order = 'ASC'; } r...

Jump to post
  • Wed Feb 23, 2022 2:51 am
  • Replies 6
  • Views 651
How to set a default product sort in admin view of all products.

Hi there, I have searched and tried a few things in order to set a default product sort view. I would like to have my products always sorted by "Model" ascending due to the way that I setup my products. Where do I need to set that exactly? See image attached. I am running OC v3.0.3.8 on st...

Jump to post
  • Tue Feb 22, 2022 6:33 am
  • Replies 6
  • Views 651
Re: Where can I change/edit the text on the Right-Side Menu? Image attached.

johnp wrote:
Tue Feb 22, 2022 2:05 am
Try this: catalog/language/en-gb/extension/module/account.php
This one right here had what I needed to edit the text on one or two of those items. Thanks! This is resolved.

Jump to post
  • Tue Feb 22, 2022 6:13 am
  • Replies 6
  • Views 1329
[SOLVED] Where can I change/edit the text on the Right-Side Menu?

Hello everyone. I was wondering where can I change/edit the text on the Right-Side Menu that appears in account login page and account page? See image attached. I am running OC v3.0.3.8 on stock theme.
Image

Jump to post
  • Tue Feb 22, 2022 1:32 am
  • Replies 6
  • Views 1329
Re: Datepicker date format in OpenCart 3.x

It's amazing how stupid the posted replies are on here. Instead of answering the question, they offer private support or question why you want to change it. HERE'S THE ANSWER Open the following files: admin/language/en-gb/en-gb.php and catalog/language/en-gb/en-gb.php Find: $_['date_format_short'] ...

Jump to post
  • Thu Sep 19, 2019 9:21 pm
  • Replies 18
  • Views 6925
Re: Your shopping cart is empty! OC version 3.0.2.0. Help

Try to explain that to the king of the Github Opencart north. ::) Let's see if the following solution will resolve the issue. In your catalog/controller/product/category.php file, find: $data['sort'] = $sort; add above: $data['text_empty'] = $this->language->get('text_empty'); This should rectify t...

Jump to post
  • Thu Nov 23, 2017 1:29 am
  • Replies 25
  • Views 13171
Re: Your shopping cart is empty! OC version 3.0.2.0. Help

Clicking on an empty category yields the same issue for me a message that says "your shopping cart is empty" which makes no sense why that would display in an empty category. There is bad code somewhere. This was a fresh install for me as well on OC 3.0.2.0

Jump to post
  • Tue Nov 21, 2017 10:57 pm
  • Replies 25
  • Views 13171
Re: How to remove 'refine your search' fields?

In category.tpl page you'll have code like below : <?php if ($categories) { ?> <h3><?php echo $text_refine; ?></h3> <?php if (count($categories) <= 5) { ?> <div class="row"> Just find it and remove until it's brackets over. Let me know if still you need any help to fix it out. Hi. Will th...

Jump to post
  • Tue Nov 21, 2017 10:47 pm
  • Replies 6
  • Views 3151
Re: Multi store links redirect to default

Reptile wrote:
Tue Sep 12, 2017 2:02 am
Did you configure your second store correctly in your cpanel?
What should be the correct setup in cpanel?

Jump to post
  • Fri Oct 27, 2017 7:37 am
  • Replies 6
  • Views 2486

Page 1 of 1

Search found 11 matches