mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 09:20:12 +01:00
feat(bundles): add bundles links
This commit is contained in:
parent
fd48698a88
commit
b49b7756da
6 changed files with 10 additions and 8 deletions
|
|
@ -37,7 +37,7 @@
|
|||
<span class="package-card__price package-card__price--old">${{ isCommercial() ? '2000' : '200' }}</span>
|
||||
<span class="package-card__price">${{ isCommercial() ? '1500' : '150' }}</span>
|
||||
</div>
|
||||
<a [href]="firstBundleMail"
|
||||
<a href="https://store.akveo.com/collections/frontpage/products/e-commerce-net-ngx-admin{{ isCommercial() ? '?variant=14430289297457' : '' }}"
|
||||
class="package-card__buy-link btn btn-demo"
|
||||
nbButton>
|
||||
Buy now
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
<span class="package-card__price package-card__price--old">${{ isCommercial() ? '2000' : '200' }}</span>
|
||||
<span class="package-card__price">${{ isCommercial() ? '1500' : '150' }}</span>
|
||||
</div>
|
||||
<a [href]="secondBundleMail"
|
||||
<a href="https://store.akveo.com/collections/frontpage/products/iot-net-ngx-admin{{ isCommercial() ? '?variant=14434651471921' : '' }}"
|
||||
class="package-card__buy-link btn btn-demo"
|
||||
nbButton>
|
||||
Buy now
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
<nb-card>
|
||||
<nb-card-body>
|
||||
<h4 class="package-card__type">{{ selectedLicenseType }}</h4>
|
||||
<a [href]="secondBundleMail"
|
||||
<a href="https://store.akveo.com/collections/frontpage/products/iot-net-ngx-admin"
|
||||
class="package-card__buy-link btn btn-demo"
|
||||
nbButton>
|
||||
Buy now
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue