View Issue Details

IDProjectCategoryView StatusLast Update
0002769OXID eShop (all versions)3.1. Design, GUI, UXpublic2011-08-02 09:39
Reportertjungcl 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.0 revision 34568 
Target VersionFixed in Version4.5.1 revision 38045 
Summary0002769: "Continue shopping" Button in cart is malformed
DescriptionThis button would normally not be visible but with a little php-module that provides the build-in backToShop-functionality in every theme, it looks like this (screenshot).
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

tjungcl

2011-04-20 09:44

reporter  

conshop.JPG (71,956 bytes)
conshop.JPG (71,956 bytes)

birute_meilutyte

2011-05-16 14:46

reporter   ~0004586

Reminder sent to: tjungcl

Hello,

could you please give us more information about module you are using for getting such behaviour?

greetings.

tjungcl

2011-05-16 14:54

reporter   ~0004587

Last edited: 2011-05-16 15:07

View 2 revisions

The module is part of our own shop.

To reproduce and get the button visible (without working), extend
basket => backtoshop/btsbasket

with modules/backtoshop/btsbasket.php:
<?php
class btsBasket extends btsBasket_parent{
   public function showBackToShop(){ return true; }
}
?>

tjungcl

2011-05-16 14:56

reporter   ~0004588

for a working backtoshop button you would have to extend a whole bunch of classes, but this issue is just about the layout, not the functionality.

if you are interested in it however, i will post the rest of the functions too

birute_meilutyte

2011-05-16 15:48

reporter   ~0004591

@developers: check from source code side if such issue still exist