Page 1 of 1
Search found 10 matches
SEO keywords on page...
Hi, So I've noticed in Google Webmaster Tools that the main "keywords" for my site are "add", "wish", "list" and "compare" --and so Google thinks my site is about add/wish/list/compare instead of what I'm actually selling in the shop. I believe this ...
Jump to post- Thu Feb 09, 2012 3:42 am
- Replies 0
- Views 253
Re: VQmod making IE8 Payment hang ?? 1.5.1.3 (upgraded)
Although I found that the "index=" fix did not work, I did find that there was an extra </div> in that very same section of that coupon checkout script. Once I removed the extra </div>, everything worked fine. Thought I would post this in case it helps others.
Jump to post- Wed Jan 25, 2012 6:43 am
- Replies 12
- Views 4810
Re: Search returning MySQL error after adding products
I have "fixed" the problem for now by removing the tag-searching out of the search queries (in catalog/model/catalog/product.php). This took the queries from an average running time of 7.5s down to 0.0058s!
However... I've lost the ability to search the tags now.
- Fri Dec 23, 2011 1:18 am
- Replies 4
- Views 1411
Search returning MySQL error after adding products
Hi, I need some help here: I just added 450 products to my store (my database went from 1.7M to 6.2M), and now whenever I perform any search I get the MySQL error: "Error: Query execution was interrupted Error No: 1317" returned to me after a few seconds. I thought at first that maybe my h...
Jump to post- Thu Dec 22, 2011 11:58 pm
- Replies 4
- Views 1411
Admin page link in OTHER LANGUAGE
Hi everybody, I am running the admin page in English, but I need to view the invoice URLs in another language (French). Our admins only speak English, but they need to print the invoices in another language. I tried adding "&language=fr" to the end of the URL but it does nothing in the...
Jump to post- Thu Dec 01, 2011 12:23 am
- Replies 0
- Views 241
Re: Can't view order details unless logged in
And for those with vqmod installed, this modification XML file will fix the problem entirely. Enjoy. :) <modification> <id>Opencart core file modifications to fix a problem where if the customer is not logged in the receipt page totally breaks.</id> <version>1.5.1.1</version> <vqmver>1.2.3</vqmver> ...
Jump to post- Tue Nov 29, 2011 7:20 am
- Replies 5
- Views 1437
Re: Can't view order details unless logged in
And what I did to fix it is change the following line (it's the second line) in the info() function of catalog/controller/account/order.php from this: $this->session->data['redirect'] = $this->url->link('account/order/info', 'order_id=' . $order_id, 'SSL'); to this: $this->session->data['redirect'] ...
Jump to post- Tue Nov 29, 2011 7:14 am
- Replies 5
- Views 1437
Re: Can't view order details unless logged in
Sorry that was the wrong error. The error above is from one of my tests to fix it. Here's the real error: Notice: Undefined variable: order_id in /www/catalog/controller/account/order.php on line 110Warning: Cannot modify header information - headers already sent by (output started at /www/index.php...
Jump to post- Tue Nov 29, 2011 7:12 am
- Replies 5
- Views 1437
Can't view order details unless logged in
Hi, I'm running opencart 1.5.x, and finding that when I try to access an order page, for example: http://myshop.com/index.php?route=account/order/info&order_id=1 If the user is not logged in, I get the error: Notice: Undefined index: order_d in /www/ catalog/controller/account/order.php on line ...
Jump to post- Tue Nov 29, 2011 7:04 am
- Replies 5
- Views 1437
scripting admin section problem with session token
I am writing a Bash script to connect to OpenCart's admin section and do something in there (for example, add a product). The script looks something like this: wget --save-cookies=cookies.txt --keep-session-cookies --post-data 'username=admin&password=abcdefg' -O login-response.html "http:/...
Jump to post- Thu Nov 24, 2011 8:24 am
- Replies 0
- Views 738
Search found 10 matches