We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf09dc commit 7eacef5Copy full SHA for 7eacef5
templates/widgets/cart.php
@@ -8,6 +8,7 @@
8
9
<div
10
data-aplazame-simulator=""
11
+ data-view="cart"
12
data-amount="<?php echo Aplazame_Filters::decimals(WC()->cart->total); ?>"
13
data-currency="<?php echo get_woocommerce_currency(); ?>">
14
</div>
templates/widgets/product.php
@@ -9,6 +9,7 @@
+ data-view="product"
data-amount="<?php echo Aplazame_Filters::decimals($product->get_price()); ?>"
data-currency="<?php echo get_woocommerce_currency(); ?>"
15
data-stock="<?php echo $product->is_in_stock()?'true':'false'; ?>">
0 commit comments