product page changes
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
{% endif %}
|
||||
|
||||
<div class="col-sm">
|
||||
<h1>{{ heading_title }}</h1>
|
||||
<h1>{{ heading_title }}</h1><hr>
|
||||
<ul class="list-unstyled">
|
||||
|
||||
{% if manufacturer %}
|
||||
@ -46,7 +46,7 @@
|
||||
{% endif %}
|
||||
|
||||
<li>{{ text_stock }} {{ stock }}</li>
|
||||
</ul>
|
||||
</ul><hr>
|
||||
|
||||
{% if price %}
|
||||
<ul class="list-unstyled">
|
||||
@ -77,11 +77,11 @@
|
||||
{% endif %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
||||
<hr>
|
||||
<form method="post" data-oc-toggle="ajax">
|
||||
<div class="btn-group">
|
||||
<button type="submit" formaction="{{ add_to_wishlist }}" data-bs-toggle="tooltip" class="btn btn-light" title="{{ button_wishlist }}"><i class="fa-solid fa-heart"></i></button>
|
||||
<button type="submit" formaction="{{ add_to_compare }}" data-bs-toggle="tooltip" class="btn btn-light" title="{{ button_compare }}"><i class="fa-solid fa-arrow-right-arrow-left"></i></button>
|
||||
<button type="submit" formaction="{{ add_to_wishlist }}" data-bs-toggle="tooltip" class="btn btn-light wishlist-btn" title="{{ button_wishlist }}"><i class="fa-solid fa-heart"></i>Add To Wishlist</button>
|
||||
<button type="submit" formaction="{{ add_to_compare }}" data-bs-toggle="tooltip" class="btn btn-light wishlist-btn" title="{{ button_compare }}"><i class="fa-solid fa-arrow-right-arrow-left"></i>Add To Compare</button>
|
||||
</div>
|
||||
<input type="hidden" name="product_id" value="{{ product_id }}"/>
|
||||
</form>
|
||||
@ -235,12 +235,12 @@
|
||||
{% endif %}
|
||||
|
||||
<div class="mb-3">
|
||||
<label for="input-quantity" class="form-label">{{ entry_qty }}</label>
|
||||
<label for="input-quantity" class="form-label qty">{{ entry_qty }}</label>
|
||||
<input type="text" name="quantity" value="{{ minimum }}" size="2" id="input-quantity" class="form-control"/>
|
||||
<input type="hidden" name="product_id" value="{{ product_id }}" id="input-product-id"/>
|
||||
<div id="error-quantity" class="form-text"></div>
|
||||
<br/>
|
||||
<button type="submit" id="button-cart" class="btn btn-primary btn-lg btn-block">{{ button_cart }}</button>
|
||||
<button type="submit" id="button-cart" class="btn btn-primary btn-lg btn-block ekdant-btn">{{ button_cart }}</button>
|
||||
</div>
|
||||
|
||||
{% if minimum > 1 %}
|
||||
@ -248,6 +248,8 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if review_status %}
|
||||
{#
|
||||
<!-- this is rating section-->
|
||||
<div class="rating">
|
||||
<p>{% for i in 1..5 %}
|
||||
{% if rating < i %}
|
||||
@ -258,6 +260,8 @@
|
||||
{% endfor %}
|
||||
<a href="" onclick="$('a[href=\'#tab-review\']').tab('show'); return false;">{{ text_reviews }}</a> / <a href="" onclick="$('a[href=\'#tab-review\']').tab('show'); return false;">{{ text_write }}</a></p>
|
||||
</div>
|
||||
<!-- this is rating section End-->
|
||||
#}
|
||||
{% endif %}
|
||||
</form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user