diff --git a/templates/frontOffice/custom/assets/src/css/custom.css b/templates/frontOffice/custom/assets/src/css/custom.css
index 4835a904..b4bcd210 100644
--- a/templates/frontOffice/custom/assets/src/css/custom.css
+++ b/templates/frontOffice/custom/assets/src/css/custom.css
@@ -88,7 +88,16 @@ div.container {
background-color: #95c11e;
border-left: 0;
border-color: #95c11e;
+ color: white;
}
+.btn-primary:hover,
+.btn-primary:focus {
+ background-color: white;
+ border-left: 0;
+ border-color: white;
+ color: #95c11e;
+}
+
.navbar-default .navbar-nav>li>a {
color: #3c3c3b;
}
diff --git a/templates/frontOffice/custom/product.html b/templates/frontOffice/custom/product.html
index 5b9a32d8..981d29a0 100644
--- a/templates/frontOffice/custom/product.html
+++ b/templates/frontOffice/custom/product.html
@@ -206,21 +206,8 @@
{* List of currency : The currency used to describe the product price, in three-letter ISO format. *}
-
-
- {ifloop rel="dp"}
- {loop type="digressive" name="dp" product_id=$product_id quantity=1}
- {intl l="Special Price:"}
- {if $IS_PROMO}
- {format_money number=$TAXED_PROMO_PRICE symbol={currency attr="symbol"}}
- {else}
- {format_money number=$TAXED_PRICE symbol={currency attr="symbol"}}
- {/if}
- {intl l="unite"}
-
- {/loop}
- {/ifloop}
- {elseloop rel="dp"}
+ {ifloop rel="dp"}
+ {loop type="digressive" name="dp" product_id=$product_id quantity=1}
{intl l="Special Price:"} {format_money number=$TAXED_PROMO_PRICE symbol={currency attr="symbol"}}
@@ -229,15 +216,25 @@
{intl l="Regular Price:"} {format_money number=$TAXED_PRICE}
{/if}
- {/elseloop}
-
+ {/loop}
+ {/ifloop}
+ {elseloop rel="dp"}
+
+ {intl l="Special Price:"} {format_money number=$TAXED_PROMO_PRICE symbol={currency attr="symbol"}}
{if $SHOW_ORIGINAL_PRICE}
{intl l="Regular Price:"} {format_money number=$TAXED_PRICE}
{/if}
+ {/elseloop}
+
+ {if $pse_count = 1}
+ {loop name="attributes" type="attribute" product="$product_id" order="manual"}
+ {$TITLE}
+ {/loop}
+ {/if}
{intl l="Sorry but this combination does not exist."}