Questions tagged [oxid]

OXID eShop is a PHP / MySQL Onlineshop Platform created and maintained by the OXID eSales AG. It is available in a free open-source version as well as in commercial licenses.

OXID eShop is an onlineshop platform built by the german company OXID eSales AG. It is written in PHP5 / MySQL and makes use of the smarty template engine. Since OXID version 6 the shopsystem is fully compatible with PHP7.

The community writes and releases modules which extends the core functions of the system.

Resources

47 questions
-1
votes
1 answer

How to pass controller action in Jquery AJAX Call in Oxid eSHOP

I am working on Jquery AJAX in OXID eSHOP. I want to pass proper action (function) name in AJAX url parameter. Below is my code: jQuery.ajax({ type: "POST", data: { variable: value }, url: "", …
vijay rami
  • 535
  • 4
  • 19
-1
votes
1 answer

Warning: Smarty error: unable to read resource: "widget/product/list.tpl" in core/smarty/Smarty.class.php on line 1094

I just installed a OXID eSHOP COMMUNITY EDITION 4.10.2. I copy paste my live site code into local server. Everything is working fine, but products not display. It shows below error. Warning: Smarty error: unable to read resource:…
vijay rami
  • 535
  • 4
  • 19
1 2 3
4