Re: Payment methods not showing at checkout
As part of my testing I have enabled 3 payment methods 1. Paypal (many thanks to the forum for that!) 2. Cash on Delivery 3. Free checkout However, none of these options is available at checkout. The items are digital downloads What am I missing? Are you using the default OpenCart checkout? If yes,...
Jump to post- Wed Aug 14, 2024 5:34 pm
- Replies 11
- Views 973
Re: Emails from the e-shop are not sent - mail.php on line 75
The warning is because your web host has disabled "mail()" probably to prevent spam or abuse.
But strange that you are getting this error despite using SMTP already. Anyway, try changing "ssl:/" to "ssl://" for your SMTP Hostname field.
- Wed Aug 14, 2024 2:00 pm
- Replies 12
- Views 1671
Re: Paypal Integration OC V4
I have downloaded and installed the Paypal Integration Extension which shows as disabled. When I click the edit button I can login to Paypay and at the end of the process I get a message saying "You're all set! You've partnered with OpenCart Limited1 and can now accept payments from your websi...
Jump to post- Wed Aug 14, 2024 4:08 am
- Replies 4
- Views 483
Re: How to add "telephone" in admin dashboard "Latests Orders"
For latest orders in "extension/dashboard/recent.php", you can see that the orders are pulled via the "getOrders" function in "model/sale/order.php". If you open up "order.php" in "admin/model/sale", you can see the following query being used to pull...
Jump to post- Wed Aug 14, 2024 4:01 am
- Replies 2
- Views 257
Re: How to upload multiple files from customer
You'd probably need an extension or custom modifications for that. Jump to posttarghepremio wrote: ↑Mon Aug 12, 2024 9:26 pmhello, I wanted to know if you have something that allows the customer to upload multiple files, on the products page during the order phase.
Thanks
- Wed Aug 14, 2024 3:54 am
- Replies 5
- Views 1109
Re: Problem adding Paypal as payment method
No! I wrongly assumed that the one at the top of the list with the most recent date would be the latest. I should have looked at the version number not the date! paypal.ocmod.zip installed like a dream! Thanks so much for your help Great! Do add [SOLVED] to your title now that the issue has been re...
Jump to post- Mon Aug 12, 2024 6:06 pm
- Replies 7
- Views 979
Re: How to prevent the top menu from being hidden in OpenCart without categories.
Hmm, it works fine on my end - tested on my own OpenCart installation.
Since you mentioned that you are using an extension that adds custom links to your header menu, can you try refreshing your modifications cache at Extensions » Modifications and see if the changes are applied?
- General Support
- [resolved] How to prevent the top menu from being hidden in OpenCart without categories.
- Mon Aug 12, 2024 12:40 pm
- Replies 8
- Views 791
Re: Checkout not working
I'm using Opencart 3.0.3.9 with Journal. My checkout isn't working. When you click on the continue tab it has the eternal "Loading" spinner. It never lets you move on to the next field. It doesn't mater if you click on register or guest check out. Anyone know what's going on here? If you'...
Jump to post- Mon Aug 12, 2024 12:34 pm
- Replies 2
- Views 410
Re: How to prevent the top menu from being hidden in OpenCart without categories.
A hug for everyone. Could someone inform me what I should do to prevent OpenCart from hiding the top menu when I have no categories, or I don't have categories enabled. Since I use the top menu bar for custom links through the "Custom OpenCart header menu free" module. I use OpenCart 3.0....
Jump to post- General Support
- [resolved] How to prevent the top menu from being hidden in OpenCart without categories.
- Sun Aug 11, 2024 6:21 pm
- Replies 8
- Views 791
Re: Problem adding Paypal as payment method
You could just go to https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=38358 and download the extension package and don't unzip it. Then, proceed to your OpenCart store's admin dashboard, and go to Extensions » Installer. Click on the "Upload" button at t...
Jump to post- Sun Aug 11, 2024 6:07 pm
- Replies 7
- Views 979
Re: Problem adding Paypal as payment method
I have a brand new install of opencart, when I try to add a payment method here - Extensions > Extensions > Choose extension type > Payments > PayPal Checkout Integration > Download I see the error "Signature hash does not match!" Can someone please advise what I am doing wrong? Follow th...
Jump to post- Sun Aug 11, 2024 6:44 am
- Replies 7
- Views 979
Re: How to style less css in 3.0.4.0
Yup, definitely good practice to create your own theme folder and edit it from there rather than directly modifying the default template. That being said, I believe the .less files are compiled on the client side which is why you can't find it. Nonetheless, adding your own CSS styles to override Boo...
Jump to post- Wed Aug 07, 2024 10:35 am
- Replies 7
- Views 663
Re: add history event
Hello there! In the future, do wrap your code in [ code ][ /code ] tags (without the spaces) or add it as an attachment. Anyway, what OpenCart version are you using? Assuming it's 4.0.2.x, when adding your event in your "install" function, the event action should be: 'action' => 'extension...
Jump to post- Wed Aug 07, 2024 10:28 am
- Replies 3
- Views 932
Re: How to style less css in 3.0.4.0
Trying to style my default theme currency dropdown menu in opencart 3.0.4.0 but cannot seem to find the javascript/bootstrap/css/less/dropdowns.less file that firefox inspector shows me. The actual less folder isn't even there. Looked through the bootstrap css files and can't find anything there ei...
Jump to post- Tue Aug 06, 2024 3:51 pm
- Replies 7
- Views 663
Re: Center column product page
No problem! If you want it to fit the entire window's width, you can just change the "container" class to "container-fluid" instead for the "<div>" with id "product-product".
Anyway, since this is resolved, do add [SOLVED] to the title of your post
- Tue Aug 06, 2024 3:47 pm
- Replies 4
- Views 982
Re: Double parent category in the menu bar
The issue is because in line 94 of "category.php" located in "catalog/controller/product", the variable "$category_info" is re-declared, replacing the original "$category_info" which should be containing the current category's (in this case, the "Mac"...
Jump to post- Tue Aug 06, 2024 3:39 pm
- Replies 3
- Views 511
Re: Double parent category in the menu bar
Why is there a double parent category in the menu bar? Seems to be a problem with yours as it's fine here: https://opencart.antropy.co.uk/desktops/pc Looks like your config.phps are wrong too. Seems like it's happening on OpenCart's demo site: https://demo.opencart.com/en-gb/catalog/desktops/mac. I...
Jump to post- Tue Aug 06, 2024 1:24 pm
- Replies 3
- Views 511
Re: 21+ Age Verification on Checkout
PHP's DateTime constructor can parse common date formats, so it doesn't expect a specific date format. For example, the following will all return the same result: $date1 = new DateTime("2024-08-04"); $date2 = new DateTime("08/04/2024"); $date3 = new DateTime("4th August 2024...
Jump to post- Mon Aug 05, 2024 11:15 am
- Replies 19
- Views 2161
Re: dont receive any email when someone order ot register.
Hi all, can someone tell me why i dont get any email from orders or creation of a user? the email works, when i send out an email all good, but when i test and create a user, it does not work. no email nor for orders. Have you enabled email alerts for orders and account registration? The options ca...
Jump to post- Mon Aug 05, 2024 11:00 am
- Replies 3
- Views 523
Re: 21+ Age Verification on Checkout
// Validate Date of Birth for age verification // THIS ISN'T WORKING YET $dob = new DateTime($this->request->post['dob']); $today = new DateTime(); $age = $today->diff($dob)->y; if ($age < 21) { $json['error']['dob'] = $this->language->get('error_dob'); } $json['age'] = $age; // Add age to the JSON...
Jump to post- Sun Aug 04, 2024 5:20 pm
- Replies 19
- Views 2161