mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
docs(bundle): update bundle section, show collection list (#5716)
* docs(bundle): update bundle section, show collection list * docs(bundle): fix lint Co-authored-by: d.strigo <d.strigo@akveo.com>
This commit is contained in:
parent
eb326c4753
commit
1abd81dae3
2 changed files with 5 additions and 5 deletions
|
|
@ -37,7 +37,7 @@
|
|||
<span class="package-card__price package-card__price--old" *ngIf="shouldShowOldPrice(product.variants, selectedLicenseType)">
|
||||
${{ (product.variants | license:selectedLicenseType).compare_at_price }}
|
||||
</span>
|
||||
<span class="package-card__price">${{ (product.variants | license:selectedLicenseType).price }}</span>
|
||||
<span class="package-card__price">From ${{ (product.variants | license:selectedLicenseType).price }}</span>
|
||||
</div>
|
||||
<a href="{{ product.storeUrl }}?utm_source=ngx_admin&utm_medium=referral&utm_campaign=akveo_store%20-%20specific%20bundle%20-%20ngx_admin%20landing&utm_content=buy_bundle_{{ selectedLicenseType }}"
|
||||
class="package-card__buy-link btn">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue