Hide Prices in Shopify with specific Tags - shopify

I Want to hide prices on the product page but only certain product that have a specific tag.
I am currently using an app to hide the prices but the app sometimes bug out and the prices are shown.

Related

Fetching products with swatches in product page Shopify

Above is the image.
I'm fetching products in Product page Shopify but the variation swatches not working properly. I used Smart Filter App in Shopify and the products are coming with swatches using GLO Color Swatches. Both are Globo Teams apps. But the variation swatches not working properly. Suppose we select variation of first product, the other product variations are affected too. I contacted Globo team for that issue but they told me that "It is not possible to change the app workflow as product page has only one product.". Also the wishlist app isn't working while we change variation. It always adds first variation of product.
Anyone has any idea about this issue? Thanks for any suggestions too.
The main goal is Product page contains more from this collection products they can also buy from this collection in Product page. Suppose we have Cloths collection and we opened one product's product page in Shopify. The product page contains More from Cloths collection in which there are many products with variation with add to cart and wishlist. Swatches should work properly with instock or out of stock functionality. Wishlist should perfectly work with variation swatches. If I select Black / Tshirt. The Wishlist must add Black / Tshirt in wishlist not the first variant of products.
This is not possible by any app. The only way to do it by custom coding.

Make featured products disappear when clicked on Shopify

I made a category filter on my shopify website since my theme doesn't support filters. I made a collection of all my products and featured them on my page.
I essentially want to be able to filter out the featured products that the customer isn't interested in viewing. So if they click the "Shirts" category in the filter, only shirts will be seen on the page and the other elements disappear.
Is there a way to do this? Would I have to make a distinct ID for each individual product?
Thank you!

Liquid - get product ID and display custom/specific information dynamically

I am trying to add a small 'lockup' / promo to a page that loads information dynamically based on page.metafield information. Replacing images, video ID's etc. Which all works just fine.
My client is asking for a small area to display a product that relates to this dynamically changing content and I am struggling to come up with a good way to do this.
The current setup is that we have 30 pages with a set of 8 metafields each page. Each one of these pages must show a different , single product with an image, title, price, buy button and another button that links out to a partner site.
I can create snippet and load almost all of this info through metafields manually (price, title etc the client could just add to another metafield) but I would prefer to load a product to pull this info so it can be added to cart. Although I can add product data manually, I still don't actually know which product will get added to the cart, because I'm on a 'page' not a 'product'.
The products themselves are using a custom template that is different to the rest of the site so that seems like its not an option. The template for this content page is just 'page' but surely I can call the product object someway? If the client entered a product ID in the metafields, is there a way of pulling that IDs data easily?
Whatever you mean by pulling ID's, but there are a couple of ways of dealing with this. One, you have a Storefront API token, allowing you to freely and securely call Shopify with JS and get back all the data about the ID you're interested in. Or, you have an App installed in the store, in which case you can setup and callback an App Proxy, providing that ID, and getting back all the info you need. Lots of options!

I want to show recently view product in page account Bigcommerce

I want to show recently view product in page account Bigcommerce
This template in cornerstone has the code to show recently viewed products https://github.com/bigcommerce/cornerstone/blob/master/templates/pages/account/recent-items.html
If you want to access the products directly from your own template, you have access to customer.recently_viewed_products.items

Wix How to build 1 page where inventory is displayed and can be ordered on the same page

Objective: Build shop page on website that displays entire inventory and allows users to add items and quantities on the same page.
Current Situation: Currently, customers go to Shop page then select a product which takes them to another page to add to cart. If a customer wants to order mulitple items then have to click on each product to order then have to go back to shop page to select the next product to order and so on.
I would like the ability for customers to view and add on 1 page the inventory and their order.
See images screen shots I got from a website that I would like to build.
I am using wix.
You can do this with code. You'll need to use the addToCart() function.
You can see a great example of what you're trying to do, with code and even a site template, here.