Search found 19 matches

Page 1 of 1

Search found 19 matches

Re: Redirect in cannot be found page when I does click on save

Try to disable mod_security on your hosting (ask your admin). In my case, after clicking 'save' on product page, I was redirected to that "the page you requested bla bla...".
Disabling the mod_security solves this problem.

Jump to post
  • Fri Mar 17, 2017 9:57 pm
  • Replies 1
  • Views 828
Re: Redirected to "The page you requested cannot be found." page

Try to disable mod_security on your hosting (ask your admin). In my case, after clicking 'save' on product page, I was redirected to that "the page you requested bla bla...".
Disabling the mod_security solves the problem.

Jump to post
  • Fri Mar 17, 2017 9:55 pm
  • Replies 3
  • Views 2257
Re: Admin Panel won't save product changes

I had exactly the same problem! It has just already been solved by disabling the mod_security in the hosting. Ask your hosting administrator. The mod_security seemed to restrict previlege/permission for some database. I didn't know when the hosting administrator enabled that at the first place. Than...

Jump to post
  • Fri Mar 17, 2017 9:44 pm
  • Replies 8
  • Views 5816
Re: Sort/Filter By Date - Products

Hi modernmagic,
I've just created a new thread, and got a response that solve our problem :)
Check here:
http://forum.opencart.com/viewtopic.php?f=20&t=123925

Jump to post
  • Wed Apr 23, 2014 12:53 pm
  • Replies 13
  • Views 11910
Re: Change default products sort order in SPECIFIC category

Axansh, thank you!!!!! After adding "else" and its brackets, the code works! Now the products are sorted newest-first ONLY on the intended category. The others categories are not affected. Wow, what a shame. It turns out that I haven't yet graduated from that "if-else" basic less...

Jump to post
  • Wed Apr 23, 2014 12:46 pm
  • Replies 2
  • Views 2249
Change default products sort order in SPECIFIC category page

Hello friends, I'm using Opencart 1.5.4, clean install. I have a category that I named "New Arrivals". The products in this category should be automatically sorted so that the newest products will be shown first. After searching the forum, basically what I've found is to modify 2 lines on ...

Jump to post
  • Tue Apr 22, 2014 6:33 pm
  • Replies 2
  • Views 2249
Re: uncomplete description field in ANDROID ONLY!

Hello friends, My problem is a little bit different. When using PC/Windows to browse the admin area, the description field is shown correctly, and ck editor is fully loaded (ie. we can see ck editor buttons like font formatting, insert hyperlink/table/image, etc.). The description content also appe...

Jump to post
  • Tue Apr 22, 2014 5:45 pm
  • Replies 27
  • Views 19431
Re: Sort/Filter By Date - Products

Yes, the same question! How to change the default sort for specific/certain category only?
I think we can use the path/category id, but I don't know where to put it. In model? In controller?
Please help :)

Jump to post
  • Tue Apr 22, 2014 5:15 pm
  • Replies 13
  • Views 11910
Re: [How To] Default Sort Product in Certain/Specific Catego

Hello, is this thread still discussing how to change default sort order for SPECIFIC category only? Guys, have you found the solution yet? Lot of discussions out there only suggest to modify the value of $sort and $order in category.php (controller). But the result is affecting ALL category page. I ...

Jump to post
  • Tue Apr 22, 2014 4:48 pm
  • Replies 10
  • Views 2574
Re: Change default sort order on a specific category page on

Hello, I'm on the same problem. Have you found the solution yet?
Lot of discussions out there only suggest to modify the value of $sort and $order in category.php (controller).
But the result is affecting ALL category page.
I think we can use the path/category id, but I don't know where to put it.

Jump to post
  • Tue Apr 22, 2014 4:22 pm
  • Replies 1
  • Views 347
uncomplete description field in ANDROID ONLY!

Hello friends, My problem is a little bit different. When using PC/Windows to browse the admin area, the description field is shown correctly, and ck editor is fully loaded (ie. we can see ck editor buttons like font formatting, insert hyperlink/table/image, etc.). The description content also appea...

Jump to post
  • Wed Feb 05, 2014 1:27 am
  • Replies 27
  • Views 19431
Re: How to echo canonical link in product.tpl?

By the way, how to mark this topic as SOLVED?
How to edit the topic title? :)
Thanks.

Jump to post
  • Fri Apr 19, 2013 12:17 pm
  • Replies 9
  • Views 1427
Re: How to echo canonical link in product.tpl?

Done! I implemented it via vqmod and it works perfectly.
Many thanks MarketInSG!

Jump to post
  • Fri Apr 19, 2013 12:11 pm
  • Replies 9
  • Views 1427
Re: How to echo canonical link in product.tpl?

Hi MarketInSG, thanks a lot for your answer. Finally... :) In your reply above, you asked me to find a line of code and then add another line below it. But in which file? You don't mention it :) What I'm trying now is just directly echo your code in the product.tpl like this echo $this->data['canoni...

Jump to post
  • Thu Apr 18, 2013 10:44 pm
  • Replies 9
  • Views 1427
Re: How to echo canonical link in product.tpl?

Nobody? Wow, I can believe it. It must be a simple question for a lot of opencart Masters here.
Since I don't know how a variable is passed between file in MVC like opencart, i don't know the procedure.
But the logic itself should be easy, right?
Anybody, pleaseee...

Jump to post
  • Tue Apr 16, 2013 12:37 pm
  • Replies 9
  • Views 1427
Re: how is variable pass to tpl?

Hi Qphoria, I'm using Opencart 1.5.4. I need to echo $link['href'] within product.tpl. Just type echo $link['href'] in the product.tpl will echo nothing. We can easily echo $link['href'] in header.tpl, like this code (for canonical link): <link href="<?php echo $link['href']; ?>" rel="...

Jump to post
  • Sun Apr 07, 2013 2:40 am
  • Replies 3
  • Views 3902
Re: Canonical URL's

Hello all, sorry to wake this old thread :) I'm using Opencart 1.5.4. How to echo the canonical link somewhere inside the product.tpl? If I checked the header.tpl, I can see that canonical link is easily echoed using this code: <link href="<?php echo $link['href']; ?>" rel="<?php echo...

Jump to post
  • Sat Apr 06, 2013 8:53 pm
  • Replies 25
  • Views 7869
[SOLVED] How to echo canonical link in product.tpl?

Hello all, I'm new in this forum. Here is my question: I'm using Opencart 1.5.4. How to echo canonical link in the product.tpl? I need that for some reason (twitter counturl). I can see in the header.tpl that canonical link is easily echoed using this: <link href="<?php echo $link['href']; ?>&q...

Jump to post
  • Sat Apr 06, 2013 5:20 pm
  • Replies 9
  • Views 1427

Page 1 of 1

Search found 19 matches