View Issue Details

IDProjectCategoryView StatusLast Update
0005078OXID eShop (all versions)3. ----- eShop theme - Azure ------public2014-02-20 10:30
Reporterfinnegan 
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.3 / 5.0.3 revision 54408 
Target Version4.9.0_5.2.0_beta1Fixed in Version4.9.0_5.2.0_beta1 
Summary0005078: In order.tpl block checkout_order_btn_confirm_top is missing
DescriptionNot a bug, rather a feature request which is of use for developping modules that make use of blocks.
In order.tpl there are two buttons for committing the order, one on top, one below. Only the button below has a block "checkout_order_btn_confirm_bottom".

If you look at basket.tpl you have 2 symmetrically named blocks for the next step buttons above and below. order.tpl should have similar blocks.
Additional InformationThese blocks are needed if you want to implement more logic in your own module like isLowOrderPrice() to prevent the user from submitting the order.
Normally only the submit button at the bottom is visible but in shop config an admin could also make the top submit button visible in order.tpl. So an additional block would come handy.
TagsTemplate Blocks
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

andrius.silgalis

2014-02-20 10:30

reporter   ~0009544

Added new block checkout_order_btn_confirm_top to order.tpl template.