tremanya Posted August 25, 2015 Share Posted August 25, 2015 Hallo liebe Community, ich stehe vor einem kleinen Problem, wie ist es macht bar das ich im Warenkorb bei Stückpreis und Gesamt ein Sternchen hinter den Preis bekomme und bei Gesamt Artikel? Ist eigentlich das letzte weas mirjetzt fehlt und irgendwie ändert sich das einfach nicht zum positiven. Firebug schon genutzt und in der shopping_cart.tpl auch schon probiert aber funktioniert nicht leider. Wäre toll wenn jemand eine Lösung hätte. Vielen Dank an alle Prestashop 1.6.1 falls es von bedeutung ist. Hat beim 1.6.0.14 auch nicht geklappt Link to comment Share on other sites More sharing options...
tremanya Posted August 25, 2015 Author Share Posted August 25, 2015 Guten Tag, nochmal ein Schritt weiter aber immernoch nicht so das es passt habe jetzt zwar die doofen Sternchen wo Sie sein sollen aber wenn ich die Stückzahl erhöhe fehlt das linke wie auf den bildern zu sehen. Vielleicht kann mir ja jemand von euch einen Tip geben Bilder sind im Anhang und code hier. <td class="cart_unit" data-title="{l s='Unit price' mod='eu_legal'}"> <ul class="price text-right" id="product_price_{$product.id_product}_{$product.id_product_attribute}{if $quantityDisplayed > 0}_nocustom{/if}_{$product.id_address_delivery|intval}{if !empty($product.gift)}_gift{/if}"> {if !empty($product.gift)} <li class="gift-icon">{l s='Gift!' mod='eu_legal'}</li>* {else} {if !$priceDisplay} <li class="price{if isset($product.is_discounted) && $product.is_discounted && isset($product.reduction_applies) && $product.reduction_applies} special-price{/if}">{convertPrice price=$product.price_wt}*</li> {else} <li class="price{if isset($product.is_discounted) && $product.is_discounted && isset($product.reduction_applies) && $product.reduction_applies} special-price{/if}">{convertPrice price=$product.price}*</li> {/if} {if isset($product.is_discounted) && $product.is_discounted && isset($product.reduction_applies) && $product.reduction_applies} <li class="price-percent-reduction small"> {if !$priceDisplay} {if isset($product.reduction_type) && $product.reduction_type == 'amount'} {assign var='priceReduction' value=($product.price_wt - $product.price_without_specific_price)} {assign var='symbol' value=$currency->sign} {else} {assign var='priceReduction' value=(($product.price_without_specific_price - $product.price_wt)/$product.price_without_specific_price) * 100 * -1} {assign var='symbol' value='%'} {/if} {else} {if isset($product.reduction_type) && $product.reduction_type == 'amount'} {assign var='priceReduction' value=($product.price - $product.price_without_specific_price)} {assign var='symbol' value=$currency->sign} {else} {assign var='priceReduction' value=(($product.price_without_specific_price - $product.price)/$product.price_without_specific_price) * 100 * -1} {assign var='symbol' value='%'} {/if} {/if} {if $symbol == '%'} {$priceReduction|round:2|string_format:"%.2f"|regex_replace:"/[^\d]0+$/":""}{$symbol} {else} {convertPrice price=$priceReduction} {/if} </li> <li class="old-price">{convertPrice price=$product.price_without_specific_price}</li> {/if} {/if} </ul> </td> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now