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

Oxid's testing library cannot open file AllTestsUnit.php

for the oxid eshop I'm working on I implemented the Oxid testing library with composer into another directory. The shop is (locally) running in an apache docker container and the structure in it is the following: /var/www/ | | - html/
Andoril
  • 41
  • 1
  • 8
0
votes
1 answer

How to get currency name instead number in OXID eShop?

I am trying to send a value, from the Datalayer of my website, that has a few conditions. This is the code I currently have for obtaining the value from the backend and setting it into the data layer: currency:…
johan855
  • 1,578
  • 4
  • 26
  • 51
0
votes
2 answers

Can anyone please tell me in which language the below mentioned code is written. The file is named as xxxx.tpl

[{$search_head}]

[{block name="search_results"}] [{if $oView->getArticleCount() }]
Reshmi
  • 11
  • 4
0
votes
1 answer

Duplicate entry [...] for key 'PRIMARY'

I am facing a weird behaviour regarding updating the table oxseo in an oxid eshop 4.7. The table oxseo has following schema: +------------+---------+----------+----------+----------+----------+-------+ | OXOBJECTID | OXIDENT | OXSHOPID | OXLANGID |…
Alexander
  • 501
  • 1
  • 6
  • 16
0
votes
2 answers

Redirecting SEO URL with oxid functions

I am trying that when someone opens this link: [url]www.example.com/invite/1234randomhashtag[/url] Will be redirected to: www.example.cloud/index.php?cl=register_new_user&fnc=register&hash=1234randomhashtag Now this can easily be done with the PHP…
prgrm
  • 3,734
  • 14
  • 40
  • 80
0
votes
1 answer

Performing an SQL query in oxid

I am fairly new to OXID. I am trying to perform an SQL query by using OXID functions only. The point is to check if $discount exists in oxVoucherSerie's table oxdiscount, and if it exists get the oxid from oxVoucherSerie that corresponds to that…
prgrm
  • 3,734
  • 14
  • 40
  • 80
0
votes
0 answers

Recursive copy function works with a function, but won't with another one

I am trying to copy the files from a folder. I have this function: private function rec_copy ($source, $dest) { foreach ( $iterator = new \RecursiveIteratorIterator( new \RecursiveDirectoryIterator($source,…
prgrm
  • 3,734
  • 14
  • 40
  • 80
0
votes
1 answer

Oxid eShop event handlers

I am trying to create some tracking events on OXID eShop Framework on a custom module but I can't find any event handlers or something to put the code on some custom pages, without editing the core files. What I want is to make some custom API calls…
adela
  • 143
  • 8
0
votes
2 answers

Binding Bootstrap to a single div-container

A tool written in php is included inside a shop system (oxid eShop as include). The tool is written with the help of bootstrap. I am including the bootstrap.css etc. after the oxid.css (main shop css). Now I have a problem with box-sizing etc. If I…
Jake
  • 175
  • 6
  • 17
0
votes
1 answer

oxid import old data SQL

I have an old oxid-version. I exported my old seo-data from the table "oxseo" to get the keywords and description for each article. Now i want to import these fields in my new version of the shop. My articles are already there, but not the…
DasSaffe
  • 2,080
  • 1
  • 28
  • 67
0
votes
1 answer

Smarty issue with nested conditional statements

I have a small issue regarding smarty and the OXID eShop. After retrieving a bunch of categories, I try to display only the categories within a special range of "sorting number". Everything below 100 should be displayed. But it also displays the…
0
votes
1 answer

Zend Guard Run-time support missing even that ZendGuardLoader is linked properly

My OXID eShop displays this erorr: Zend Guard Run-time support missing! One more more files on this web site were encoded by ZendGuard and the required run-time support is not installed orproperly configured. In my php.ini I have set the…
shamrock
  • 47
  • 10
0
votes
0 answers

Not loading a template

I have this code: protected $_sThisTemplate = 'editor.tpl'; public function render() { try { parent::render(); $oSmarty = oxUtilsView::getInstance()->getSmarty(); …
juanecabellob
  • 458
  • 3
  • 14
0
votes
1 answer

Selecting value corresponding with MAX value of a group

I am trying to get the OXSEOURL of my OXSEO table. Structure: oxobjectid | oxseourl | oxparams Data: http://imageshack.com/a/img268/7443/3xr4.png http://imageshack.com/a/img42/315/8bdu.png My deepest SEO URL always has the higher value in OXPARAMS…
bokorben
  • 161
  • 1
  • 8
0
votes
3 answers

OXID eShop - Autocompletion in Eclipse

I want to use Eclipse Kepler to handle my OXID eShop project. Until now i can't figure out how to setup my php-project so that the oxid classes are used for auto.completion/suggestion.
Roman
  • 2,530
  • 2
  • 27
  • 50