Search found 4 matches

Page 1 of 1

Search found 4 matches

Re: Cart is not working probarly in custom theme

paulfeakins wrote:
Fri Apr 09, 2021 6:32 pm
Your theme seems to be called 2020 and perhaps it's the problem. You should ask the theme developer.
Yea i know, i just want it to keep the same layout after removal of the product from cart, as it refresh and add a new layout.

Jump to post
  • Sun Apr 11, 2021 10:16 am
  • Replies 3
  • Views 362
Re: Category description visibility question

first, you must have page variable on controller. find if (isset($this->request->get['page'])) { $page = $this->request->get['page']; } else { $page = 1; } and add $data['page'] = $page after find {% if description %} in category.twig and edit {% if description and (page == 1) %} to display descrip...

Jump to post
  • Sun Apr 11, 2021 10:03 am
  • Replies 3
  • Views 988
Re: Category description visible only on the first page of the category view

I bump this thread i'm facing the same issue in opencart 3.0.3.3 does anyone have a soulution for this problem?

Jump to post
  • Sun Apr 11, 2021 9:57 am
  • Replies 7
  • Views 6111
Cart is not working probarly in custom theme

Hey guys! I'm facing some problems with my cart, it does not update correctly when removing an product it's giving another interface. So here is my code. <div id="cart" class="btn-group"> <button type="button" data-toggle="dropdown" data-loading-text="Loa...

Jump to post
  • Thu Apr 08, 2021 9:32 pm
  • Replies 3
  • Views 362

Page 1 of 1

Search found 4 matches