Questions tagged [opencart2.3]

Opencart version 2.3.x and above, released July 30 2016

The new OpenCart 2.3.x has made a new way that the Extensions and Layouts work is a step closer to easier store management for the owners of an OpenCart website. and all OpenCart extensions are now moved to a separate "extension" directory. This goes for the whole MVC-L architecture. A new menu added (Customer Searches). It allows store owners to track the keywords that customers have used to find the products on the website. The report also features the Found Products, Category, Customer, IP and Date Added.

207 questions
10
votes
3 answers

Multi store multi domain one checkout, single customer login into all stores?

I am running Opencart v2.3.0.2 multi store on several domains (not sub-domains) and want to Checkout on main site, which has all the products from all the stores. Since it is hard to share sessions on multiple domains, think it is best to force user…
skobaljic
  • 9,379
  • 1
  • 25
  • 51
4
votes
1 answer

How to reduce the number of fields requested during registration? | OpenCart 2

Is it possible to adjust / remove entry fields on registration page? Image:
Vadim Melnikov
  • 100
  • 2
  • 7
4
votes
3 answers

Why is OpenCart 2.3 custom theme not showing?

I've read through some guides and watched a YouTube video on how to create a custom theme for OpenCart. After trying various things it still doesn't seem to be working right. If I go to 'Extensions > Themes > Edit Store' I can switch the theme…
dstana
  • 350
  • 2
  • 10
3
votes
3 answers

CSS Sticky position not working properly on mobile

I have a button on my OpenCart (2.3.0.2) website with a sticky cart button. The idea is that there is only one page to order from (Just a few sandwiches, no categories and product page needed) so I added a cart button that stays on the top right of…
Cas Bekhuis
  • 71
  • 1
  • 9
3
votes
1 answer

How do you call a helper function in the category.tpl file OpenCart 2

This is my previous question: How to convert a decimal $attribute['text']; into a fraction in opencart I have a helper function that is declared in startup.php and defined in helper/dec2frac.php I am trying to call the helper function from a…
Michael
  • 61
  • 1
  • 4
3
votes
1 answer

Add label to recently added products in OpenCart

I need to have a label "new" on products which were added recently. I have this done on extension/module/latest.tpl, but I'd like also to have this label working on another pages too, like product/product.tpl, product/category and so on... How can I…
Jasmine J
  • 43
  • 7
2
votes
1 answer

Remove mandatory Address field from Signup Page :Opencart 2.3.0.2

i am able to delete non-required fields like: address2, but how can i remove mandatory Address field from Signup Page only, and so that then it ask address only on checkout page. So, after disabling Address field, we have to make changes on checkout…
Anmol singh
  • 158
  • 1
  • 12
2
votes
1 answer

opencart 2.3 same image for sub categories

I am using opencart 2.3 and in category page, all sub categories have same image. Title is different, in backend and database images are different. Removed everything from /image/cache with no effect. Tried to add $image into $data['categories']…
Adrian
  • 491
  • 6
  • 23
2
votes
1 answer

Extension installer error in OpenCart 2.3.0.2

I tried to upload file in extension installer in opencart 2.3.0.2 but I get error message: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data OK Warning: ftp_login(): Sorry, cleartext sessions are not accepted on…
Ezhil
  • 996
  • 8
  • 13
2
votes
1 answer

Display block HTML only on main page?

I tried to modify home controller adding new variable: $data["header_home"] = true; Then I try to check this in header.twig tetmplate like as: {% if header_home %}
Home
{% else %}
Not Home
{% endif %} When I open home…
POV
  • 11,293
  • 34
  • 107
  • 201
2
votes
1 answer

How can I remove automatic image resizing in Opencart 2.3.0.2?

I've been looking everywhere for a fix that would remove automatic image resizing done on product images by OpenCart. A lot of the fixes that work for older versions don't work for 2.3.0.2 (usually are edits of image.php) and the only thing I've…
EarthDawn
  • 21
  • 2
2
votes
1 answer

Opencart addOrderHistory events not working

I'm working on my custom payment method for opencart. What I need is to listen to order history changes which is changed from admin by manager. It was all ok, but I couldn't make the opencart event trigger work, no matter what I do. Here is what it…
Adam Starlight
  • 302
  • 3
  • 14
2
votes
1 answer

Using Regex replace all occurences of string within VQMod

I am building an extension for Opencart 2.3.x and I need to replace all occurences of DIR_IMAGE with _DIR_IMAGE , so I came up with this regular expression that works with PHP alone, but not within a VQMod mod:
yoda
  • 10,834
  • 19
  • 64
  • 92
2
votes
0 answers

Where is php code of price table page in opencart 2x?

i want to edit price table page in opencart but can not find php code of this madule. parice table page in catergory , information and price table in opencart can u help me?
HIV88
  • 157
  • 1
  • 9
2
votes
1 answer

Dont Send email for customers by email opencart 2.3.0.2 in admin

i want to send email for customers email but show message successful but not send email for yahoo or gmail an other. my opencart is 2.3.0.2 Secure SSL/TLS Settings (Recommended) Username: sales@Max10.com Password: Use the email account’s…
HIV88
  • 157
  • 1
  • 9
1
2 3
13 14