View Issue Details

IDProjectCategoryView StatusLast Update
0003604OXID eShop (all versions)2. ----- eShop backend (admin) -----public2013-08-30 12:25
Reportersaulius.stasiukaitis 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.7 revision 41909 
Target VersionFixed in Version4.6.1 revision 45706 
Summary0003604: Promotions banner link with short link leads to 404 error when choosing preview.
DescriptionIn demo data "Banner 4" has link "Wakeboarding/Wakeboards/" which produce 404 error after pressed on preview.
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0004050 resolvedvaidas.matulevicius In Demo shop promotions banner link with short link leads to 404 error when choosing preview. 
child of 0002670 resolvedandrius.silgalis Add possibility to assign category to the banner (promotions) 

Activities

edvardas_gineika

2012-05-15 16:17

reporter   ~0006612

Wrote checking if banner link contains Http or Https in front and if not then appends shop url in front of short link.

edvardas_gineika

2012-05-23 12:13

reporter   ~0006672

changed two strpos() with one preg_match() function when checking if link contains "http://" or "https://"