Search found 108 matches

Search found 108 matches

Re: Error - Getting Orders without customer details

What payment processor(s) are you using? If you're using more than one, check to see if all the missing orders are coming from the same processor. If so, you might have a configuration issue in the processor settings. Make sure the correct status is being set in the settings of the processor to ref...

Jump to post
  • Fri Apr 28, 2023 3:15 am
  • Replies 4
  • Views 413
Error - Getting Orders without customer details

I am using opencart V 3.0.3.8 and opencart default theme. I observed that sometimes , customer placing the order, but in admin dashboard, it is under missing order and without any customer details. Also customer can not find it in his account's order history section.... Please see attached image. Cu...

Jump to post
  • Thu Apr 27, 2023 10:15 pm
  • Replies 4
  • Views 413
opencart like marketplace extension

I want to create store same like opencart.com marketplace for my digital products (some pdfs, mp3 etc) . where product info have Buy button, Compatibility, Total Sales, Price, Rating, Last Update, Created Date, Comments etc features. Is any extension is there to achieve this ? I searched but getting...

Jump to post
  • Tue Oct 04, 2022 9:33 pm
  • Replies 2
  • Views 755
Fatal error: Uncaught TypeError: date(): Argument #2 ($timestamp) must be of type ?int, float given

Just installed opencart V 4.0 on localhost with php 8.0 and laragon And getting error at Frontend And Admin Dashboard as follows : "Fatal error: Uncaught TypeError: date(): Argument #2 ($timestamp) must be of type ?int, float given in \system\library\session\db.php:29" Unable to login to A...

Jump to post
  • Fri May 27, 2022 10:53 pm
  • Replies 1
  • Views 1336
Extension Seller API more details needed.

IMP* THIS IS NOT RELATED TO MY OPENCART STORE....... IT IS RELATED TO SELLER API OPTION GIVEN IN opencart.com In opencart.com extension seller, API option is given. (image attached). I have added a link for that. But unfortunatelly, no server to server call is made when someone buy my extension on ...

Jump to post
  • Tue Apr 19, 2022 9:39 pm
  • Replies 1
  • Views 2156
Extension Seller API more details needed.

In opencart.com extension seller, API option is given. (image attached). I have added a link for that. But unfortunatelly, no server to server call is made when someone buy my extension on opencart.com I have simply added following code to write response in text file, but even it is also not getting...

Jump to post
  • Tue Apr 19, 2022 1:42 pm
  • Replies 1
  • Views 2181
Getting Fatal Error Cannot declare class Twig_Environment

I am using Opencart V 3.0.3.0 I have added html-email-template extension. [ and contacted this extension developer for this issue..but answer by them is given below...] When I enable this extension, and try to check how email is being send via frontend >> Forget password (or any email sending activi...

Jump to post
  • Wed Dec 22, 2021 10:39 pm
  • Replies 3
  • Views 748
Product Quantity Based Discount

I am using V 3.0.3.0 I want to give discount depend on number of product added /Purchased For example Product ABC if 01-50 number(quantity) purchased - 20% discount if 51 - 100 number(quantity) purchased - 50% discount How to achieve this ? Can we do this with Product >> Discount option ? Or Can we ...

Jump to post
  • Wed Oct 13, 2021 3:26 pm
  • Replies 3
  • Views 527
Re: Icons in Admin Menu Dissappeared when changed PHP version

in php 7.4, Try with adding this in admin/view/template/common/header.twig file in head section. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/> after adding this do modification refresh and clear theme and sass cache fr...

Jump to post
  • Sat Jul 17, 2021 5:43 am
  • Replies 9
  • Views 1195
Re: Help Needed Moving Host

can you try copying cache folder from your existing opencart site's system/storage folder to your vp hostings oc system/storage folder ?

Jump to post
  • Thu Jul 15, 2021 2:23 am
  • Replies 26
  • Views 1129
Re: Shipping Method cannot be selected in Order Details

Do you set shipping required "Yes" during product addition ?

Jump to post
  • Thu Jul 15, 2021 2:12 am
  • Replies 11
  • Views 536
Re: Order ID Not Displaying on Admin Sales>Orders Page

please right click on order page and inspect / view-source and check if order ids are present there...

Jump to post
  • Thu Jul 15, 2021 1:44 am
  • Replies 3
  • Views 251
Re: Help Needed Moving Host

see if this post is useful for you or not ?

viewtopic.php?f=202&t=211118#p752057

Jump to post
  • Thu Jul 15, 2021 1:37 am
  • Replies 26
  • Views 1129
Re: Edit Order History page

A suggestion.... Never make changes in core files.... instead of that, try ocmod or events for this purpose.....

Jump to post
  • Thu Jul 15, 2021 1:12 am
  • Replies 3
  • Views 455
Re: How can images in products appear in full size?

You can try with changing script at bottom in catalog/view/theme/default/template/product/product.twig $(document).ready(function() { $('.thumbnails').magnificPopup({ type:'image', delegate: 'a', gallery: { enabled: true } }); }); To $(document).ready(function() { $('.thumbnails').magnificPopup({ ty...

Jump to post
  • Thu Jul 15, 2021 1:04 am
  • Replies 5
  • Views 847
Re: Help converting PHP script to Twig Format

In controller file, you can define it and then it can be echoed in twig file.

e.g.
in controller

Code: Select all

$data['final_price'] = round((str_replace("$", "", $price ) / 4),2) ; 

And in twig

Code: Select all

{{ final_price }}

Jump to post
  • Sun Jun 27, 2021 6:35 pm
  • Replies 2
  • Views 471
maximum length of code and key column in oc_setting table

I want to know how many maximum characters are allowed in code column and key column in oc_setting database table? Structure of this table is showing varchar 128 for both. But text more than 32 characters is not getting added in code column. Where string length is checked by system and limit it to 3...

Jump to post
  • Fri Jun 18, 2021 9:56 pm
  • Replies 1
  • Views 182
Highlight / Focus captcha input field with error text on error

I using version 3.0.3.0 I have enabled basic captcha. Rest fields are getting red border with error message below input field. e.g. firstname must be between 3 to 30 characters.... how to do this for basic captcha input field ? e.g. Captcha Field is empty and Captcha code not matching etc.. below ca...

Jump to post
  • Sat Jun 05, 2021 1:28 am
  • Replies 2
  • Views 291
use session created in opencart in non-opencart php script

I am using opencart V 3.0.3.0 In oc, I am creating session $this->session->data['my_session'] = $my_text; It is working and creating session. I want to use this session value in a php script located in image folder of oc. <?php session_start(); if(!empty($_SESSION['my_session'])){ Do some work. } ?>...

Jump to post
  • Tue Jun 01, 2021 2:02 pm
  • Replies 1
  • Views 579

Search found 108 matches