@total_onion/onion-library 1.0.232 → 1.0.233
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
{% if current_post.id is defined and current_post.id is not empty %}
|
|
33
33
|
<div class="sticky-buy-cta-v3__cta-wrapper">
|
|
34
34
|
{% apply shortcodes %}
|
|
35
|
-
[clicktobuy class="sticky-buy-cta-v3__cta-button cmpl-cta-style-{{fields.cta_style}} cmpl-cta-animation-style-{{enableCtaAnimation ? ctaAnimationStyle : '1'}} has-shop shop-ctb" lang="{{ postObject.meta('click_to_buy_language') }}" variant="{{ postObject.meta('click_to_buy_pim_id') }}" country="{{ postObject.meta('click_to_buy_country') }}" customQueryString="{{ postObject.meta('click_to_buy_custom_query_string') }}"]
|
|
35
|
+
[clicktobuy class="sticky-buy-cta-v3__cta-button cmpl-cta-style-{{fields.cta_style}} cmpl-cta-animation-style-{{enableCtaAnimation ? ctaAnimationStyle : '1'}} has-shop shop-ctb" data-ctbuy-default-view="links" addd lang="{{ postObject.meta('click_to_buy_language') }}" variant="{{ postObject.meta('click_to_buy_pim_id') }}" defaultView="links" country="{{ postObject.meta('click_to_buy_country') }}" customQueryString="{{ postObject.meta('click_to_buy_custom_query_string') }}"]
|
|
36
36
|
<span class="cmpl-cta-span">{{ fields.cta_text }}</span>
|
|
37
37
|
[/clicktobuy]
|
|
38
38
|
{% endapply %}
|