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
votes
1 answer

Opencart website shows error when uploaded to server

My opencart websites showed error when i uploaded to server from localhost. This is the error: Warning: require_once(C:/xampp/htdocs/shopperscart/system/startup.php): failed to open stream: No such file or directory in…
D. Owo
  • 1
-1
votes
1 answer

Opencart v 2.3 create module from another module

on opencart v2.3 I did create a module from manufacturer I created a table on mysql similar to manufacturer table and I duplicated this…
Bynd
  • 675
  • 1
  • 15
  • 40
-1
votes
1 answer

Text before price in opencart (I apologize if this is duplicated)

I would like to know how do I add text before price in opencart? I have tried to modify the following code in catalog/view/theme/customtheme/template/product/product.tpl Default
  • -1
    votes
    1 answer

    Need help to move Add to cart button above the description tab on product page in opencart v2.3 on smaller screens

    In opencart v2.3, Product page hierarchy on smaller screens is as follows: Header Product Image Description and Review tab Price, options, Add to cart button Footer This happens only on smaller screens, Add to cart button on product page in…
    -2
    votes
    1 answer

    Notice: Undefined index: is_popup

    I am saving a popup modules settings and when is_popup is unchecked I receive the error below but it will still save the settings to the DB table, I don't get an error if checked. ERROR when "is new target" is unchecked Notice: Undefined index:…
    FishLiam
    • 31
    • 7
    -2
    votes
    4 answers

    is it correct to use php closing tag inside if statement? : }

    In opencart 2.2 product.tpl file I found the following code which is quite confusing to me:
    -2
    votes
    1 answer

    How can i add a header message for the mobile version in opencart 2.3.0.2?

    I want to add a notification message on the header for the mobile version in opencart, so whenever a user visits my site on mobile he can see this header message which will indicate the user to visit the desktop site for better experience. your…
    Ali Javed
    • 1
    • 1
    -2
    votes
    1 answer

    How can run string opencart

    I an trying build an extension, taking information from php code to an opencart controller So it's php too but reading the string give me some error foreach($fields as $key=>$val) { $string .= "$key=$val&"; } I need a way to write this for…
    ido beker
    • 29
    • 3
    -2
    votes
    1 answer

    Do not open Website

    I use open-cart to build e-commerce web. When I enter url: http://supersmartstyles.com/ it will take too much time and it is not open. when I put http_server on "config.php" page it not open when i remove that then its open with error Notice: Use of…
    -2
    votes
    1 answer

    I am getting error in admin panel

    I am getting error in admin panel while loading open cart admin panel Please help me to solve it, I searched and found different solutions but it didn't help me to solve.
    -3
    votes
    1 answer

    Update Opencart Product price dynamiclay based on current metal price

    this is simple question . How can i update product price using product id in opencart ? I found catalog/controller/product/product.php file . And i see one query $price = $this->currency->format($this->tax->calculate($recurring_info['price'] *…
    John
    • 97
    • 5
    -4
    votes
    1 answer

    Opencart Currency Symbol

    What is the problem ? Euro symbol does not appear.
    codebase
    • 91
    • 1
    • 10
    1 2 3
    13
    14