Search found 31 matches

Search found 31 matches

Re: Fatal Error on migration and on clean install

How are you installing, by uploading the files and going to install or using a third party installer? Hello, I am most familiar and comfortable downloading the file from opencart, uploading it to my server and expanding it, then moving files from upload to the intended folder (one level above) and ...

Jump to post
  • Sat Feb 24, 2024 5:49 am
  • Replies 7
  • Views 390
Re: Fatal Error on migration and on clean install

See with OC v3.2 if you're able to reproduce this error message while using the upgrade.
Hello,
I am looking at https://www.opencart.com/index.php?rout ... ad/history and I don't see that version?

Jump to post
  • Fri Feb 23, 2024 9:39 am
  • Replies 7
  • Views 390
Fatal Error on migration and on clean install

Hello, I am moving from one server to another, and most of my applications have worked just fine. However, Opencart is giving me fits. The new server is by IONOS and is on Ubuntu 22.04.4 LTS. I have tested this on these php versions available on my server. PHP version 8.2.16, run PHP as FastCGI appl...

Jump to post
  • Fri Feb 23, 2024 6:33 am
  • Replies 7
  • Views 390
Re: -partially resolved - Please help. Uploaded update to mpcheckout and now my opencart is a blank white screen

I was able to bring the site back up by replacing the modifications folder (above the website) with a backup. I still don't know why it went down, and short of manually going in and deleting all of the updated files from the zipped ocmod, I'm not sure how to keep it from happening again if someone r...

Jump to post
  • Wed Jul 19, 2023 1:27 am
  • Replies 2
  • Views 971
partially resolved -Please help. Uploaded update to mpcheckout and now my opencart is a blank white screen

Hello, Any help is appreciated. I uploaded the most current version of mpcheckout's Quick Checkout / Onepage Checkout to a server that already had an older copy, as when I purchased it last week and loaded it on a different server I noticed there were some changes and updates since I had installed i...

Jump to post
  • Wed Jul 19, 2023 12:54 am
  • Replies 2
  • Views 971
Re: price changes to default customer group price when guest enters shipping address

And if I am reading this right on controller/settings/store.php if (isset($this->request->post['config_customer_price'])) { $data['config_customer_price'] = $this->request->post['config_customer_price']; } elseif (isset($store_info['config_customer_price'])) { $data['config_customer_price'] = $store...

Jump to post
  • Sat Aug 22, 2020 12:46 am
  • Replies 9
  • Views 491
Re: price changes to default customer group price when guest enters shipping address

The price seems to be controlled by this code which and be found if ($this->customer->isLogged() || !$this->config->get('config_customer_price')) { $price = $this->currency->format($this->tax->calculate($result['price'], $result['tax_class_id'], $this->config->get('config_tax')), $this->session->dat...

Jump to post
  • Sat Aug 22, 2020 12:11 am
  • Replies 9
  • Views 491
Re: price changes to default customer group price when guest enters shipping address

Hi , The customer rarely logs in, and may visit a different store each time he purchases so logging in and being locked into a single customer group doesn't really work for us. I am in Version 3.0.3.2 Here is an example of one of my stores/products with this issue. https://polk.oltraining.com/index....

Jump to post
  • Fri Aug 21, 2020 11:31 pm
  • Replies 9
  • Views 491
Re: price changes to default customer group price when guest enters shipping address

I have several stores, and each store has it's own customer group for prices. It works great if there is no shipping address entered, but if the product requires shipping, and the shipping address is different from the payment address the prices changes to the price in the default customer group, in...

Jump to post
  • Fri Aug 21, 2020 11:07 pm
  • Replies 9
  • Views 491
price changes to default customer group price when guest enters shipping address

How can I make the customer group price stay the same when a "guest" customer adds a shipping address to checkout?
Right now it changes from the customer group price (assigned to store) to default price.

Jump to post
  • Fri Aug 21, 2020 6:27 am
  • Replies 9
  • Views 491
Re: Order list => count numer, dublicate name or telephone

Typically I would create this as a separate password protected file and put a link to it in my opencart dashboard (rather than change a page in opencart that I the have to change again each time I upgrade). Read https://www.w3schools.com/php/php_mysql_select.asp to see how to create a connection to ...

Jump to post
  • Fri Aug 14, 2020 11:55 pm
  • Replies 3
  • Views 1447
Re: Order list => count numer, dublicate name or telephone

You could do this with a mysql query in your database (assuming you are using mysql) Once you have designed the query and have it reporting what you want, you could in theory add it to your dashboard, but that is a bit more complicated... A basic query that would give you contact info for people who...

Jump to post
  • Wed Aug 12, 2020 4:30 am
  • Replies 3
  • Views 1447
multi store - guest checkout add shipping address changes price

Hello, I have multiple stores and a separate group for almost every store. I am currently using Version 3.0.3.2. Can someone help me set up an event or in some other way change the behavior of prices when guests checkout and add a shipping address? I have some experience with php and ocmod, but have...

Jump to post
  • Wed Aug 12, 2020 4:14 am
  • Replies 2
  • Views 569
Re: admin/common/login.php hacked

Hi guys, thanks for all the feedback. I have spent the last few minutes testing my old (no longer used) passwords and emails on the mentioned list. None of the passwords are on it, but several of my older email addresses are. Luckily I have already changed the passwords associated with those email a...

Jump to post
  • Sun Nov 04, 2018 7:13 am
  • Replies 10
  • Views 13491
admin/common/login.php hacked

Hello, On Oct. 20 someone managed to hack our OpenCart install. Here is what the server techs had to say. We scanned the domain logs relative to when the files that were injected got changed, and here's what we've got: /home/........./logs/floridarealestateschool.com-ssl_log-Oct-2018.gz:185.189.150....

Jump to post
  • Fri Nov 02, 2018 2:12 am
  • Replies 10
  • Views 13491
Re: multi-store not updating total in menu cart

OK, right now I am feeling a bit foolish - I just manually went into the extensions and turned on the totals - now the checkout is working in the default theme with no modifications. Next I will try to customize the store, and install the themes and modifications that I want.

Jump to post
  • Thu Jun 28, 2018 1:12 pm
  • Replies 2
  • Views 583
Re: multi-store not updating total in menu cart - update

I just followed both stores through to checkout. The single store is up and running - live with customers. It is working, shows the subtotal and the total at the end of the purchase process and then the space where you enter your credit card details. <https://olacs.us/cshsl/reg/index.php?route=check...

Jump to post
  • Thu Jun 28, 2018 1:04 pm
  • Replies 2
  • Views 583
multi-store not updating total in menu cart [solved]

Hello I just upgraded my multi-store <https://olacs.us/cshsl/ec/> to Version 3.0.0.0. I have a separate single store <https://olacs.us/cshsl/reg/> that is in Version 3.0.0.0 and it works completely as expected. Both have only the default theme, and the newly upgrade multi-store has no add-ons or mod...

Jump to post
  • Thu Jun 28, 2018 12:37 pm
  • Replies 2
  • Views 583
Re: Install error?

The problem is in the 1009.php file. Search for 'affiliatee' and correct the spelling to 'affiliate'. Then it will work. SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data OK Notice: Undefined variable: affiliatee in /home/xxxxx/public_html/install/model/upgrade/1009.p...

Jump to post
  • Thu Feb 01, 2018 5:36 am
  • Replies 3
  • Views 3672
Re: Problem with PayPal Checkout

go to Payments in Admin and edit that payment method to say that it is not in Sandbox.
Sandra

Jump to post
  • Thu Aug 06, 2015 5:03 am
  • Replies 1
  • Views 1636

Search found 31 matches