Search found 178 matches

Search found 178 matches

Re: on the product page,how to make the auto-added white space for product image to be black?

thanks for reply, what you said is the sam as what chatGPT4,i also feel it is the right solution ,but no good luck,still show white space. i have go to system/library/image.php ,and change $background = imagecolorallocate($this->image, 255, 255, 255); to $background = imagecolorallocate($this->imag...

Jump to post
  • Tue Sep 10, 2024 4:04 am
  • Replies 9
  • Views 349
Re: on the product page,how to make the auto-added white space for product image to be black?

Open up "image.php" located in "system/library". Look for the following code under the "resize" function, and change the "255, 255, 255": $background = imagecolorallocate($this->image, 255, 255, 255); to whatever colour your background is using in rgb format. ...

Jump to post
  • Mon Sep 09, 2024 12:31 pm
  • Replies 9
  • Views 349
Re: Extension question

I don't know of such an extension as the use-case seems quite specific. Nevertheless, I would think that implementing this feature yourself would be rather easy anyway since you just have to create a new column for the product table and order_product table for your custom field (or you could just us...

Jump to post
  • Sun Sep 08, 2024 4:51 am
  • Replies 1
  • Views 257
Re: Opencart 3.0.4.0 no theme - Clients do not receive automated emails

Hi Team. I have an issue with confirmation emails not being sent when someone creates an account or makes a purchase. I do receive an email when someone uses Contact Us form so at least something is working. Any ideas where to look? Thank you Have you enabled email alerts for orders and account reg...

Jump to post
  • Fri Sep 06, 2024 2:43 pm
  • Replies 4
  • Views 184
Re: Category Child Limit, Top Nav Bar

Not sure if the custom theme affects anything but you can probably edit the file "menu.php" at "catalog/controller/common", there should be a line like below: $children = $this->model_catalog_category->getCategories($category['category_id']); Just manipulate the for-loop below it...

Jump to post
  • Fri Sep 06, 2024 2:38 pm
  • Replies 7
  • Views 288
Re: Issue with Image Update

Hello, I'm encountering an issue when trying to update images on my OpenCart websites (versions 3.0.3.8 and 3.0.3.9). If I upload a new image with the same file name to the same category, the website continues to load the old image. The only way to successfully update the image is by uploading it w...

Jump to post
  • Tue Aug 27, 2024 7:40 am
  • Replies 5
  • Views 263
Re: OpenCart 3.0.4.0 - Unable to load the home page directly

A few days ago, I upgraded from OpenCart 2.3.0.2 to OpenCart 3.0.4.0. When I upgraded, I found that I could not directly enter the domain to switch to the home page. For example: My domain is opencart.com, When I link to my website I will first be redirected to the page not found. I have to click o...

Jump to post
  • Sat Aug 17, 2024 3:52 am
  • Replies 2
  • Views 274
Re: How to upload multiple files from customer

hello, 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 Create options with type "File" then assign created option to product via "option" tab at product form. You can choose upload requ...

Jump to post
  • Wed Aug 14, 2024 5:38 pm
  • Replies 5
  • Views 579
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 504
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.

Jump to post
  • Wed Aug 14, 2024 2:00 pm
  • Replies 8
  • Views 668
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 233
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 139
Re: How to upload multiple files from customer

targhepremio wrote:
Mon Aug 12, 2024 9:26 pm
hello, 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
You'd probably need an extension or custom modifications for that.

Jump to post
  • Wed Aug 14, 2024 3:54 am
  • Replies 5
  • Views 579
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 675
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?

Jump to post
  • Mon Aug 12, 2024 12:40 pm
  • Replies 8
  • Views 584
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 265
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
  • Sun Aug 11, 2024 6:21 pm
  • Replies 8
  • Views 584
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 675
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 675
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 413

Search found 178 matches