Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Product Price not showing #14

Open
kbsphp opened this issue Feb 15, 2018 · 0 comments
Open

Product Price not showing #14

kbsphp opened this issue Feb 15, 2018 · 0 comments

Comments

@kbsphp
Copy link

kbsphp commented Feb 15, 2018

Hi, I have implement it in my store every thing is working fine but product price is not showing
I want to show min price and max price of products

Using this Code:
"
{{if price_varies}}
From ${Shopify.formatMoney(price_min)}-${Shopify.formatMoney(price_max)}

  {{else}}
	<span class="else-price price">From ${Shopify.formatMoney(price)}</span>
  {{/if}}

"

Can you please help me solving the issue.

Also I want to call product color options, can you please guide me how can I call the colors in recently viewed products.

Store url : https://www.shopautoaccessories.com/collections/floor-liners

Thanks
Gautam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant