-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix: payment button appears even after the payment#16066 * fix: product card not renderend in website builder#16864 (cherry picked from commit 439bdbe) Co-authored-by: Poorvi-R-Bhat <[email protected]>
- Loading branch information
1 parent
2ba7381
commit 2d06162
Showing
3 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{%- from "webshop/templates/includes/macros.html" import item_card -%} | ||
|
||
<div class="section-with-cards item-card-group-section"> | ||
<div class="container"> | ||
<div class="row"> | ||
{%- set item_doc = frappe.get_doc("Website Item", values["item"]) -%} | ||
{{ item_card(item=item_doc, is_featured=values["featured"], is_full_width=True, align="Center", template="Product Card") }} | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters