Search found 25 matches

Search found 25 matches

Re: how can i Redirect 404 page to special page?

In the controller file that I mentioned you would need to put this: $this->redirect('http://www.yoursite.com/index.php"); before the line that starts with something like this: $this->render(........) I tried this but i am getting below error: arse error: syntax error, unexpected ''https://www....

Jump to post
  • Wed Sep 13, 2017 5:57 pm
  • Replies 6
  • Views 12525
Re: how to remove shopping cart from homepage? SOLVED

If we want to remove/hide the header on specific Information page let say "About Us" page. How do we do?

Hope for your help as am struggling very hard to sort it out. Thanks!

Jump to post
  • Tue Aug 15, 2017 3:22 pm
  • Replies 6
  • Views 8725
Minimum Quantity For Each Product by Customer Group

Hi guys! I want to apply minimum product quantity by customer group for each product and wish to upload the values using CSV file. Currently, i am using CSV product upload extension (as i have over 10,000 products and manual work is almost impossible). I checked all over the net but couldn't find an...

Jump to post
  • Wed Nov 02, 2016 11:14 am
  • Replies 0
  • Views 527
Opencart 1.5.6.4 Bug Report!

We are experiencing following bugs with customer account. When customer place an order > Confirmed payment > Directed to success page > click on continue - you are directed back to home page but the display of account on top bar shows log in (means show that you are logged out). When you click anywh...

Jump to post
  • Wed Aug 31, 2016 12:31 pm
  • Replies 1
  • Views 1530
Re: Logged user gets logged out on success page

Oh shit that's really a bug in opencart. When you are on order confirmation page and click Continue, the system tells you that you are already logged out. Once you click any other link on the website than you are shown as logged it but by a random customer name not exactly yours. Once you click on y...

Jump to post
  • Wed Aug 31, 2016 12:11 pm
  • Replies 4
  • Views 29801
Re: 1.5.6.4 "Add To Cart" Not Working . . .

how about if you dont want to use https and yo want to continue using http only? I have the same issue and now i notice that some functionalities like js and other wont work. So you cant add products to the card and any thing else running on js wont work as well. In my case, i want to use only http ...

Jump to post
  • Mon Aug 22, 2016 8:12 pm
  • Replies 11
  • Views 4338
Re: Type in product name area missing on affiliate tracking

The column where we type in the product name in affiliate tracking is suddenly missing. Anyone could help how to fix it please? What version of OpenCart? On what page is this column missing? Somewhere in the admin? I'm using OC 1.5.6.4 and its missing on affiliate tracking page. In standard OC affi...

Jump to post
  • Fri Aug 05, 2016 12:09 pm
  • Replies 2
  • Views 772
Type in product name area missing on affiliate tracking page

The column where we type in the product name in affiliate tracking is suddenly missing. Anyone could help how to fix it please? I am using Journal Template, OC 1.5.6.4 Below is the code for tracking.tpl <?php echo $header; ?> <div class="breadcrumb"> <?php foreach ($breadcrumbs as $breadcr...

Jump to post
  • Wed Aug 03, 2016 2:10 pm
  • Replies 2
  • Views 772
Re: How to update product model using CSV product upload? He

That really depends on the import extension you are using. Check its settings to see if you can match products based on a field other than model (sku/mpn or maybe product id if you have it in the feed) Thanks for your suggestion. I manage to find the solution. I just used Model as my primary field ...

Jump to post
  • Tue Jun 14, 2016 9:28 am
  • Replies 2
  • Views 614
How to update product model using CSV product upload? Help!

Hi guys! desperate need your help. I need to update my product models in my database and i am using CSV bulk product upload. When i try to replace old product model with new one, system simply creates a new product with new model and nothing change for old one. Is there anyway out to replace old pro...

Jump to post
  • Wed Jun 08, 2016 11:41 am
  • Replies 2
  • Views 614
How to export Opencart Reviews?

Hi guys! I recently signed up for Yotpo and need to export my current reviews from Opencart and import to Yotpo platform. I have tried many options but nothing seems working. Anyone kind enough to share any solution for that or your own experience as how you deal with that? I'm using OC 1.5.6.4 Appr...

Jump to post
  • Tue May 10, 2016 9:17 am
  • Replies 0
  • Views 638
Connecting Opencart via API. Help!

Hi guys! Sorry if its a stupid question as am not tech guru. Recently i started selling on some market places in different countries such as France and Malaysia and they asking me to connect them via API. They send me API docs too but i don't know what to do with it and how to implement. Is there an...

Jump to post
  • Mon May 09, 2016 5:38 pm
  • Replies 0
  • Views 318
Re: How To Set Up Multi-Store - Simple 5 step guide

The same database runs as many stores as you want. I have 23 at present all running from one opencart installation (1 database). You do want to make sure you have a good hosting account and VPS is always recommended if you have a lot of products. I have not had any issues with duplicate content tho...

Jump to post
  • Mon Feb 08, 2016 9:21 am
  • Replies 195
  • Views 354758
Re: How To Set Up Multi-Store - Simple 5 step guide

This is a very comprehensive and quick tutorial to setup multi stores. Thanks! I have few serious concerns. No.1: In terms of SEO, dont you think that google may consider your sub-domain or different domain contents as duplicate contents which could hurt your SEO ranking? Or it might be a good SEO t...

Jump to post
  • Sat Feb 06, 2016 1:51 pm
  • Replies 195
  • Views 354758
Re: Customer Login Problem

Please help me out! On my website: http://q-depot.com/ when i click on login (customer area) it directs me back to logout page rather than account page. I am using OC 1.5.6.4. You may try to login here: http://q-depot.com/login - username: test@gmail.com Password: test123 I appreciate if anyone can...

Jump to post
  • Mon Jan 18, 2016 11:27 am
  • Replies 14
  • Views 6761
Re: How to remove captcha from product review ?

I have to say I agree with Xsecrets that you shouldn't remove it, however it's pretty easy to remove 1. remove this code in /catalog/controller/product/product.php in the validate() method         if (!isset($this->session->data['captcha']) || ($this->session->data['captcha'] !=             $this->...

Jump to post
  • Fri Dec 18, 2015 12:11 pm
  • Replies 6
  • Views 7108
Re: Server Load time = SLOW

markjacks wrote:It's usually the plugins causing this. I'd disable everything and enabling it one by one for this case.
I think you are right. Perhaps, its the extensions. I will try this method and see if it makes any difference. Thanks for your suggestion!

Jump to post
  • Tue Oct 13, 2015 10:18 am
  • Replies 30
  • Views 17337
Re: Server Load time = SLOW

Hi, Try turning off Cloudflare on Siteground cpanel. My site is also on Siteground. Cloudflare slowed it down a lot in all the tests I did. Also try turning off static caching at siteground. Before and after measure performance of a page at least 3 times and take the average. I use tools like googl...

Jump to post
  • Tue Oct 13, 2015 10:17 am
  • Replies 30
  • Views 17337
Re: Server Load time = SLOW

My hosting company(arvixe) assures me it's nothing on their end and that other opencart sites on the same server as my site are very fast. That's laughable. If someone from a hosting company told you this, then they are wrong. On a shared hosting plan load times are "always" up in the air...

Jump to post
  • Tue Oct 13, 2015 10:15 am
  • Replies 30
  • Views 17337
Re: Server Load time = SLOW

i am going through the same issue. Before my website was fine and achieving 3-4.5 sec but recently it has gone up to 8-10secs even though i am using Cloudflare plus package. My TTFT is somewhere between 3-6sec which is a great disaster. I am using siteground share hosting top noch plan so called GoG...

Jump to post
  • Wed Jul 29, 2015 1:45 pm
  • Replies 30
  • Views 17337

Search found 25 matches