Questions tagged [opencart-module]

Opencart modules are used for some special functionality you want in your store, which are not provided by default.

Opencart modules are used to provide more functionality to your store. It can be a theme or related to shipping, payment, checkout, blogs etc. Which features are not provided by default.

These modules can be paid as well as free too. Depending upon your requirement you can buy and add it to your store.

The modules are developed for front-end users and for admin user also.

The site for purchasing/downloading opencart module is Opencart Extensions

329 questions
2
votes
1 answer

Customized OpenCart Remove From Cart Issue

New to OpenCart and running a customized version of 1.5.5.1. I am having some issues with 'Remove' from cart: I can see from dumping the $_SESSION that I have [cart] => Array([88:base64_encoded(serialized($option)=] => 1)` and [key] =>…
macgregor
  • 147
  • 8
1
vote
1 answer

Not sure how to debug this fatal PHP error: Call to a member function createCustomer() on null

Stripe Error in VS Hi, I purchased a Stripe gateway plugin for OpenCart 3.x. The vendor support is not working/responding and I'm stuck trying to figure out why this error is being thrown. I'm new to PHP and it looks like all the variables passed…
Tristan
  • 11
  • 3
1
vote
0 answers

Opencart Enabling multi store URL in sub-directory format

I am trying to implement multistore in opencart. My default site is already hosted in subdomain and it's URL is https://test-opencart-php74-mc.test.net/ and i have added my multistore URL as https://test-opencart-php74-mc.test.net/second/. But when…
Xavier Issac
  • 414
  • 1
  • 4
  • 25
1
vote
0 answers

How to trigger post to an external web api, immediately after successful payment in Opencart?

I have a bunch of web APIs created using ASP.Net MVC WebApi for any third-party integrations. Now we need to integrate with one of our partners who has got their platform on OpenCart. I don't know the exact version. My requirement is to trigger my…
1
vote
0 answers

Get full image URL while exporting product in opnecart

While exporting product data to excel from opencart I get only half URL of Image. For example, "//catalog/New_SG/EW/sg-reliant-xtreme-english-willow-cricket-bat-size-6-30010731.jpg" Whereas I…
1
vote
2 answers

Opencart 3.0.3.7 Trying to access array offset on value of type bool

I'm running Opencart 3.0.3.7 on PHP 7.4 and I'm getting this message in the error log: PHP Notice: Trying to access array offset on value of type bool in /home/site/public_html/catalog/model/extension/module/so_filter_shop_by.php on line 313 PHP…
1
vote
0 answers

How can i add social login in checkout route of openCart?

How can i add social login button in checkout in opencart 3+ ? I am new to openCart and i want to add social login in the checkout so that customers can easily log in from the checkout route. I searched many websites but i couldn't found any…
user14286123
1
vote
0 answers

Opencart payment gateway integration error for Paymark

I bought this extension of - paymark from opencart market & uploaded it. When i am trying to install it / edit it , its giving me ERROR : Notice: Undefined index: token in…
user3670334
  • 111
  • 6
1
vote
1 answer

How to display the image selection field from the media library in the OpenCart 3 module admin panel

How to display the image selection field from the media library in the OpenCart 3 module admin panel? Tried it like a normal textbox but it doesn't work.
1
vote
1 answer

OpenCart Design option

I am working for an open cart Version 3.0.2.0 eCommerce website. The "Design" option is missing in the admin panel. Kindly suggest alternate an alternate way for enabling the "Design" option
Jitha
  • 19
  • 1
1
vote
1 answer

Opencart Export/Import tool

I am using Opencart version 3.0.3.3. I uploaded Export/Import tool. While exporting products and categories I am getting an issue saying: Trying to access array offset on value of type int What can I try to resolve this?
barath thangam
  • 103
  • 1
  • 6
1
vote
1 answer

Basel Theme Carousel module full screen width on OpenCart 3

I am using Basel Theme on my OpenCart 3.0.3.2 store. I added Basel Carousel on my page but its showing margin on left and right side of the Carousel. Please help me with making it to full-screen and also I want to remove margin (space) between…
1
vote
1 answer

OpenCart 3 - Show all products in a category from a manufacturer by direct URL

[ Using Opencart 3.x] I'm trying to make a link in the main menu to list products from a manufacturer that belong to a certain category. Because i couln't find anything manufacturer related in the category controller, i tried to do it by also…
socialb
  • 135
  • 1
  • 9
1
vote
1 answer

Add to wishlist button on Category Page Opencart:2.3.0.2

I want to add a wishlist icon on Category page, like on the Product page. But this did not work in Category page. I also checked for jquery in product page…
Anmol singh
  • 158
  • 1
  • 12
1
vote
1 answer

Fetch product details on page load in checkout page Opencart:2.3.0.2

I want to fetch the product details that are added to cart, on page load in checkout page. As we know in checkout page there is generally six Steps to place order, where each step's information is in
which remains…
Anmol singh
  • 158
  • 1
  • 12
1 2
3
21 22