Search found 93 matches

Search found 93 matches

Re: BANNER FULLWIDTH

<div id="common-home" class="container"> Try modifying the CSS for the "container" class here, because this wraps the banner and affects its width. it's on catalog/view/theme/default/template/common/home.twig However this may affect the width of everything, you need mor...

Jump to post
  • Sat Dec 16, 2023 9:02 am
  • Replies 2
  • Views 375
PayPal on OpenCart 4

Does anybody succeed setup paypal on OpenCart 4?

I converted paypal standard to OpenCart 4 as well: can't get it work.
-- payment successful but order goes missing order.

Any help would really be appreciated.

Thanks!

Jump to post
  • Mon Dec 11, 2023 6:55 am
  • Replies 3
  • Views 1867
Re: Adding Orders Manually

Clicking the continue button will call several URLs that I attached

Make sure the additional extensions you install do not modify it

Image

Jump to post
  • Fri Nov 10, 2023 2:41 pm
  • Replies 5
  • Views 489
Re: No data after controller event

add() function doesn't have any parameters so it makes $args NULL. You may need to use $this->request->post to retrieve the data you need

Jump to post
  • Sat Nov 04, 2023 8:41 am
  • Replies 4
  • Views 428
Re: How do I add this banner in opencart 3.0.3.8? I'm using the default theme... Thx

Actually your code is incomplete, because it doesn't contain the CSS code
and without CSS the results will be messy

Jump to post
  • Mon Oct 23, 2023 5:16 pm
  • Replies 14
  • Views 865
Re: Guest checkout appears to default status to Complete

Make sure your active payment settings have the order status you need when the customer places the order

Jump to post
  • Wed Oct 11, 2023 4:07 pm
  • Replies 3
  • Views 450
Re: How do I get full-width of the screen in /information pages?

You need to edit the CSS, maybe something like

.container-fluid.full-width{
width:100%!important;
}

To help add CSS, you can use a module in OpenCart, for example this

https://www.opencart.com/index.php?rout ... n_id=42667

Jump to post
  • Sat Oct 07, 2023 9:05 am
  • Replies 2
  • Views 375
Re: Disable price by manufacturers

You need to edit the default Opencart file, or you can search for a suitable extension on the marketplace

Jump to post
  • Fri Aug 18, 2023 10:51 am
  • Replies 6
  • Views 471
Re: Can we make affiliate product or brand based?

Thank you for suggesting our product

In our latest module update, we have the ability to exclude products from being counted when calculating commissions

You can see more on our website https://hpwebdesign.io/advanced-affilia ... t-opencart

Jump to post
  • Tue Aug 15, 2023 4:54 pm
  • Replies 2
  • Views 703
Re: crazy long affiliate links!

We have an affiliate module which makes affiliate links short and easy to read, you can see full description at https://hpwebdesign.io/advanced-affilia ... t-opencart

Jump to post
  • Mon Aug 14, 2023 4:01 pm
  • Replies 7
  • Views 679
Re: How to install fastor theme on opencart

Most developers provide documentation when you download their theme, try to contact the developer for more details

Jump to post
  • Wed Aug 02, 2023 3:39 pm
  • Replies 5
  • Views 966
Re: Product Option Padding

maybe you need custom css, in journal you can add it in the settings like the screenshot I included

Image

Jump to post
  • Wed Aug 02, 2023 12:29 pm
  • Replies 3
  • Views 677
Re: Priority in specials

"priority" in the specials on the product edit form refers to the order of precedence among the active specials. When you have multiple specials applied to the same product, you can assign a specific priority to each special. The special with the highest priority will take precedence, and ...

Jump to post
  • Wed Aug 02, 2023 10:27 am
  • Replies 6
  • Views 1039
Re: Change the error message on required options

you need to edit the catalog/controller/checkout/cart.php file

if you need to make a custom error according to the type of option, such as checkbox, select, radio button. You can create an if else condition

Jump to post
  • Fri Apr 28, 2023 8:47 am
  • Replies 4
  • Views 703
Re: Upload plugin in opencart 4.0.1

Dev. wrote:
Sat Apr 01, 2023 8:28 pm
hpwebdesign wrote:
Sat Apr 01, 2023 2:14 pm
I managed to install additional modules on Opencart 4 with the folder structure and install.json like this
Thank you for your reply,
I do like thin but still didn't work. Also, I can find the plugin in the marketplace folder!
which PHP version do you use?

php 8.0 & 8.1

Jump to post
  • Mon Apr 03, 2023 9:29 am
  • Replies 5
  • Views 3334
Re: Change customer group when register

you need to change the default customer group for customers in store setting page

Jump to post
  • Sat Apr 01, 2023 2:29 pm
  • Replies 2
  • Views 2501
Re: Upload plugin in opencart 4.0.1

I managed to install additional modules on Opencart 4 with the folder structure and install.json like this

Jump to post
  • Sat Apr 01, 2023 2:14 pm
  • Replies 5
  • Views 3334

Search found 93 matches