View Issue Details

IDProjectCategoryView StatusLast Update
0007028OXID eShop (all versions)2. ----- eShop backend (admin) -----public2019-09-06 10:25
Reporterjuergen_busch Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Summary0007028: Export: dataset is incomplete
DescriptionDuring the export this dataset per product is written:
"Prod.No.";"Title";"?";"Short Description","Long Description";?;RRP ;Price;?;SEO URL
Positions 3, 6 and 9 are always empty.

From vendor/oxid-esales/oxideshop-ce/source/Application/views/admin/tpl/genexport.tpl:

1. [{$article->oxarticles__oxartnum->value|oxenclose:$encl}][{$spr}]
2. [{$article->oxarticles__oxtitle->value|strip_tags|oxenclose:$encl}][{$spr}]
3. [{$article->oxcategories__oxtitle->value|strip_tags|oxenclose:$encl}][{$spr}]
4. [{$article->oxarticles__oxshortdesc->value|strip_tags|oxenclose:$encl}][{$spr}]
5. [{$article->getLongDesc()|strip_tags|oxenclose:$encl}][{$spr}]
6. [{$article->pic1}][{$spr}]
7. [{$article->oxarticles__oxtprice->value}][{$spr}][{$article->getFPrice()}][{$spr}]
8. [{$article->valid}][{$spr}]
9. [{$article->getLink()|replace:"&":"&"}]
Steps To ReproduceExport demo data and have a look at the datasets in genexport.txt.
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

There are no notes attached to this issue.