feat: shopping portal changes

This commit is contained in:
Anupam
2021-01-22 10:45:34 +05:30
parent 923af36979
commit 988ea8d61d
2 changed files with 10 additions and 0 deletions

View File

@@ -47,6 +47,9 @@
{% if doc.items %}
<div class="place-order-container">
<a class="btn btn-primary-light" href="/all-products">
{{ _("Add More") }}
</a>
{% if cart_settings.enable_checkout %}
<button class="btn btn-primary btn-place-order" type="button">
{{ _("Place Order") }}