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
1
vote
2 answers

Show special price discount % in Opencart:2.3.0.2

I want to Show special price discount % on category page(product listing) as well as product page. Like

% Discount

But how can we fetch the price without currency code on product as well…
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
vote
1 answer

Read Cookie PHPSESSID in opencart:2.3.0.2

I want to use an opencart database for another website, so users don't need to register their details again. For example: I sell Clothes (unStitched) on opencart and I also give services for stitching them. Opencart doesn't have a module to do this,…
Anmol singh
  • 158
  • 1
  • 12
1
vote
0 answers

FCM push notification issue :- Not Showing Notification image like Samsung mobile

> function send_push_fcm_notification($registration_ids, > $message){ define('API_ACCESS_KEY', $this->config( 'access_key')); > $actionData = array( ); > if ( !empty( $message[ 'product_id' ] ) ) { > $actionData = array( 'id' => $message[…
1
vote
2 answers

Get logged Username on Catalog Section (Opencart)

anyone know how to get logged username admin on catalog section? I've tried inject session, but not working. Already tried to get userID, still not working too. I need to add logged in username on addOrderHistory method. I'm using Opencart…
Cross Vander
  • 2,077
  • 2
  • 19
  • 33
1
vote
1 answer

Create opencart 2.3 module

I am writing an Extension for the original 3.3. Since the files will only change, the module consists of only a filename.ocmod.xml file. But when installing the extension, no files are changed, but no installation errors occur. What have I done…
Gettysburg
  • 55
  • 10
1
vote
0 answers

How to run CodeIgniter inside OpenCart?

I have a website www.example.com in OpenCart, I want to install CodeIgniter in the subfolder like www.example.com/codeigniter/, I am able to run core-php in the subfolder but confuse to run CodeIgniter. Please Help me out
1
vote
1 answer

twig to tpl conversion of condition operator

{% set i = 0 %} {% set i = i + 1 %} {% if i % 2 == 0 %} i am trying to change this set and i operator to change this code . this is the twig file code . how can we write this code in tpl file .I am facing problem to solve condition operators…
1
vote
0 answers

Options on the order page opencart 2.3

I'm trying to make editing options on the checkout page. Added function by analogy with quantity public function update_two($cart_id, $option = array()) { $this->db->query("UPDATE " . DB_PREFIX . "cart SET option = '" .…
1
vote
3 answers

opencart 2.3.0.2 latest products without special prices

I want, in the latest module to be able to show only the products that don't have special price! in model/catalog/product.php I have modified getLatestProducts() function from foreach ($query->rows as $result) { …
1
vote
0 answers

Getting cross origin request blocked on Opencart

Previously, the website was doing fine but these month it keep getting this error. Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at …
1
vote
1 answer

How to remove sanitize from Opencart downloads

I am developing a module for my client to upload and browse file in Opencart. when I am uploading file from my back-end server I am getting the output as file.zip.xyzasdf. Where I just want to remove this .xyzasdf Can any one suggest me how to…
1
vote
1 answer

access session data of opencart through php file

I am new to opencart. I have my basic php code at http://localhost/testphp and my opencart is installed at http://localhost/opencart. What I want to do is that in testphp, I have a page in which I want to check that if any user is logged in or not…
Rohitashv Singhal
  • 4,517
  • 13
  • 57
  • 105
1
vote
0 answers

Opencart 3.x APIs Integration

As mentioned in the title, I'm a real starter in this area of development and I would like to seek for advice regarding the API integration. Since Opencart website do not provide any documentation, and I would like to integrate my Opencart developed…
1
vote
1 answer

Opencart Image Manager not showing large files

I am creating a theme for opencart but facing issue such as when I upload a small image in image manager it shows in the folder but when I upload a large image(4MB) then folder does not open. I use Opencart 2.3, all image folders are chmod 777. I do…
1 2
3
13 14