gnacoding

Results 7 comments of gnacoding

Please provide more Info. A password-protected Shopify-Storefront shouldn't affect using the dev environment. Have you created the API keys in the App Section of Shopify?

***EDIT*** Found the error - would be great if someone could verify that I don't break something else with this solution. Open file: ``` framework\commerce\types\product.ts ``` Add the line ```price:...

> im trying to get this to work for like 4 months now. But seems that nothing will work. > > Did anyone @lfades @ceiphr @gnacoding find a solution to...

@geniti This is what I have before ```return()``` ```tsx import s from './ProductSidebar.module.css' import { useAddItem } from '@framework/cart' import { FC, useEffect, useState } from 'react' import { ProductOptions...

I'm resurrecting this topic due to the recent update to next13. The code: ```tsx const { price } = usePrice({ amount: (variant ? variant.price : product.price.value), baseAmount: product.price.retailPrice, currencyCode: product.price.currencyCode!,...

> I'm resurrecting this topic due to the recent update to next13. > > The code: > > ```tsx > amount: (variant ? variant.price : product.price.value), > baseAmount: product.price.retailPrice, >...

Would love to see an mattermost integration!