mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 02:14:48 +00:00
[Improvement] Added display settings for item price, availibility and stock levels (#14308)
* display item price on website even when cart is disabled * added display settings for item price, availibility and stock levels * Update shopping_cart_settings.json
This commit is contained in:
committed by
Rushabh Mehta
parent
31ab64822c
commit
565bf203e5
@@ -53,8 +53,8 @@
|
||||
<br>
|
||||
<div style="min-height: 100px; margin: 10px 0;">
|
||||
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
|
||||
<h4 class="item-price" itemprop="price"></h4>
|
||||
<div class="item-stock" itemprop="availability"></div>
|
||||
<h4 class="item-price hide" itemprop="price"></h4>
|
||||
<div class="item-stock hide" itemprop="availability"></div>
|
||||
</div>
|
||||
<div class="item-cart hide">
|
||||
<div id="item-spinner">
|
||||
|
||||
Reference in New Issue
Block a user