KamikStudio Posted July 19, 2021 Share Posted July 19, 2021 Witam, chciałbym uzyskać w koszyku zakupowym widok kolumn: Zdjęcie Tytuł produktu Ilość Cena jednostkowa netto Cena jednostkowa brutto Wartość netto Wartość brutto Obecnie mam Zdjęcie Tytuł produktu Ilość Wartość brutto Chciałbym dodać cene jednostkową netto jak i brutto oraz ich wartości. Wstawiałem zmienną z total, ale bezskutecznie. Link to comment Share on other sites More sharing options...
0 atomek Posted July 20, 2021 Share Posted July 20, 2021 Wstaw do szablonu {dump($product)} Cenę jednostkową netto możesz wyciągnąć z: ($product.price_without_reduction_without_tax} - cena jednostkowa netto bez rabatu albo ($product.price_with_reduction_without_tax} - cena jednostkowa netto z rabatem Wartość całkowitą netto uzyskasz mnożąc cenę jednostkową netto przez ilość. Wartości z symbolem waluty możesz wyświetlić za pomocą {Context::getContext()->currentLocale->formatPrice($product.price_with_reduction_without_tax, $currency.iso_code)} 1 Link to comment Share on other sites More sharing options...
0 atomek Posted July 19, 2021 Share Posted July 19, 2021 Wszystkie te dane wyciągniesz ze zmiennej $product w templatce /themes/classic/templates/checkout/_partials/cart-detailed-product-line.tpl. Są tam wartości brutto, netto, ilość itp., a jak czegoś brakuje to można wyliczyć. Link to comment Share on other sites More sharing options...
0 KamikStudio Posted July 20, 2021 Author Share Posted July 20, 2021 14 hours ago, atomek said: Wszystkie te dane wyciągniesz ze zmiennej $product w templatce /themes/classic/templates/checkout/_partials/cart-detailed-product-line.tpl. Są tam wartości brutto, netto, ilość itp., a jak czegoś brakuje to można wyliczyć. Stamtąd właśnie patrzę, wywołałem sobie {debug} na templatce: przy samej zmiennej $product nie widzę z czego wyciągnąc przy $cart już tak jednak cart.totals.total_excluding_tax.value pokazuje sume wszystkich produktów, nie pojedynczego. Spróbowałem także: $product.unit_price_full - ale bez skutecznie Link to comment Share on other sites More sharing options...
0 KamikStudio Posted July 21, 2021 Author Share Posted July 21, 2021 Człowiek się całe życie uczy Elegancko <small>{$product.price_with_reduction_without_tax * $product.quantity} zł (bez VAT)</small> Temat do zamknięcia. Link to comment Share on other sites More sharing options...
0 ban_an Posted October 9, 2022 Share Posted October 9, 2022 <p>{l s='Suma:'} {$product.price_with_reduction_without_tax * $product.quantity} {l s='bez VAT'} </p> Link to comment Share on other sites More sharing options...
Question
KamikStudio
Witam, chciałbym uzyskać w koszyku zakupowym widok kolumn:
Obecnie mam
Chciałbym dodać cene jednostkową netto jak i brutto oraz ich wartości. Wstawiałem zmienną z total, ale bezskutecznie.
Link to comment
Share on other sites
5 answers to this question
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