View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002769 | OXID eShop (all versions) | 3.1. Design, GUI, UX | public | 2011-04-20 09:44 | 2011-08-02 09:39 |
Reporter | tjungcl | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.0 revision 34568 | ||||
Fixed in Version | 4.5.1 revision 38045 | ||||
Summary | 0002769: "Continue shopping" Button in cart is malformed | ||||
Description | This 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). | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
Reminder sent to: tjungcl Hello, could you please give us more information about module you are using for getting such behaviour? greetings. |
|
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; } } ?> |
|
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 |
|
@developers: check from source code side if such issue still exist |