Fatal error: Class 'Controllercommoncontentbottom' not found in...
Any body else having this issue?
Jump to post- Fri Oct 12, 2018 4:01 am
- Replies 2
- Views 500
Re: Help! "Please Wait" on checkout, and multiple charges
I fixed my double order problem. There was some code in the system/library/customer.php file to delete (yes, this did cause the system/logs/error indicating the vqmod/vqcache/ folder).
See here:
http://forum.opencart.com/viewtopic.php ... 02#p445002
- Thu Oct 10, 2013 3:41 am
- Replies 9
- Views 3112
Re: PAYPAL PRO ORDER SUCCESS PROBLEMS
I am running v1.5.2.1. I had the same problem with double orders to PayPalPro due to the "please wait" and then nothing or just "spins" at confirm order (which causes the customer to click confirm order again). My two errors (system/logs/errors) were the same, except to the vqmod...
Jump to post- Thu Oct 10, 2013 3:34 am
- Replies 15
- Views 7307
Re: Help! "Please Wait" on checkout, and multiple charges
Pokedollusa2: I have the same problem. I am running 1.5.2.1 and when some of the customers click to complete the order, there is no feedback, or a wait icon forever. They wind up clicking again which gives them another order. This has really picked up in the last 2 months. Here is the common 2 line ...
Jump to post- Fri Oct 04, 2013 7:54 am
- Replies 9
- Views 3112
Re: global bot stat in index.php = error & no checkout
I commented out the global bot block of code like the original post. Last Friday afternoon, the index.php file was somehow updated. The commented lines were left alone. The whole global bot block was added/inserted above it with the offending "[0]". See below. I am looking into making the ...
Jump to post- Tue May 07, 2013 3:22 am
- Replies 8
- Views 3005
Re: [solved] global bot stat in index.php = error & no check
These two instances of "[0]" keep coming back after a random period of time more than a week. I will start trying to log when it happens. I got a reply from my web host that they do not alter this file "We do not modify any of your files and would only make any changes if you asked us...
Jump to post- Fri Mar 29, 2013 3:57 am
- Replies 8
- Views 3005
Re: Need Pay Pal Pro to show OpenCart order number
I thank you again. I see that the catalog/model/account/order.php file has this instance of "comment" in the main return array: 'payment_iso_code_3' => $payment_iso_code_3, 'payment_address_format' => $order_query->row['payment_address_format'], 'payment_method' => $order_query->row['payme...
Jump to post- Sat Mar 02, 2013 5:37 am
- Replies 8
- Views 2367
Re: Need Pay Pal Pro to show OpenCart order number
Thank you for the reply. I trust your statement, but I decided to try something even though I don't know the code or its interactions. I pulled this code line from order_history.tpl: <td><?php echo $history['comment']; ?></td> and put it into order_invoice.tpl. Then I clicked the "print invoice...
Jump to post- Sat Mar 02, 2013 1:57 am
- Replies 8
- Views 2367
Re: Need Pay Pal Pro to show OpenCart order number
Thank you for the reply. Our accountant doesn't go into OpenCart. He balances the PayPal export with our internal order system called Syspro (that we use for manufacturing, purchasing, and put our sales orders into). He came up with this solution though: The PayPal export has its transaction ID, and...
Jump to post- Fri Mar 01, 2013 6:57 am
- Replies 8
- Views 2367
Re: Need Pay Pal Pro to show OpenCart order number
I am wondering how others reconcile/balance their payments when PayPalPro does not have a reference number (either the order number or invoice number). The dollar amount is not always the same due to a discount or other change. Some times the name even changes (credit card name is different than per...
Jump to post- Fri Mar 01, 2013 2:53 am
- Replies 8
- Views 2367
Need Pay Pal Pro to show OpenCart order number
v1.5.2.1 I need the OpenCart order number to show up at PayPalPro. I will guess that the catalog/controller/payment/pp_pro.php file needs to be updated? Here is the middle section of it: if (file_exists(DIR_TEMPLATE . $this->config->get('config_template') . '/template/payment/pp_pro.tpl')) { $this->...
Jump to post- Thu Feb 28, 2013 9:58 am
- Replies 8
- Views 2367
Re: [solved] global bot stat in index.php = error & no check
I thank you for the super quick reply. I will keep an eye on it and if it happens again (especially if exactly 1 week later), I will look to our host.
Thank you.
- Wed Feb 27, 2013 4:46 am
- Replies 8
- Views 3005
Re: [solved] global bot stat in index.php = error & no check
Our index.php file inexplicably changed back with the [0]s this morning (about 3am Pacific time), evidenced by people getting the same line 261 error. Here is line 261 and 262 as it changed back: if ($sResult[0]=="O") {$sResult[0]=" "; I took out the two [0], and it is working ag...
Jump to post- Wed Feb 27, 2013 3:46 am
- Replies 8
- Views 3005
Re: How to edit Customer information????
Thank you again.
I should be able to do it right the first time with your directions. I think I will wait for Monday though.
Thank you.
- Sun Feb 24, 2013 2:10 am
- Replies 11
- Views 972
Re: How to edit Customer information????
Thank you, (I am sure this time).
That is a good plan to move the edit column over. I can't tell which code is the header, but I will trial and error by reordering the code until I get it.
Thank you.
- Sun Feb 24, 2013 12:14 am
- Replies 11
- Views 972
Re: How to edit Customer information????
Thanks, I think... The monitor is 19" widescreen, which I forget the res range of. The problem is the old PC box, which was before widescreen, and does 4x3 stretchOvision to run it... no newer drivers. My personal 23" which I took to work, is 1920 wide and the customer page fills the full ...
Jump to post- Sat Feb 23, 2013 12:46 pm
- Replies 11
- Views 972
Re: How to edit Customer information????
v1.5.2.1 Well on this subject of horizontal scrolling on admin/sales/customers/customers page, our service/order person does have a low res only screen and asked me to get rid of the unneeded "ip" column so she didn't have to scroll so much. When she scrolls right to edit, she loses sight ...
Jump to post- Sat Feb 23, 2013 9:41 am
- Replies 11
- Views 972
Re: global bot stat in index.php causes error & no checkout
Thank you. I uncommented the block and removed the two [0] near the bottom. The site now works on Chrome, FF, IE 8 & 9. There is nothing in the error log and checkout works.
Thank you again.
- Fri Feb 22, 2013 10:05 am
- Replies 8
- Views 3005
global bot stat in index.php = error & no checkout
v1.5.2.1 I get the same error as mayosdream did: PHP Notice: Uninitialized string offset: 0 in /home/vectra5/public_html/store/index.php on line 261 The site works in Chrome (pc & tablet), but does not work in IE 8&9 or FireFox 18&19. The error shows itself in checkout starting at guest ...
Jump to post- Fri Feb 22, 2013 6:03 am
- Replies 8
- Views 3005
Re: Customer can't checkout
I am running 1.5.2.1 and customers now get when they try to checkout: SyntaxError: JSON.parse: unexpected non-whitespace character after JSON data OK []<b>Notice</b>: Uninitialized string offset: 0 in <b>/home/vectra5/public_html/store/index.php</b> on line <b>261</b> The below is line 261 (the midd...
Jump to post- Wed Feb 20, 2013 4:12 am
- Replies 2
- Views 425