How to change add to cart button to pre order when product is out of stock in shopify? -


i have shopify store , want change "add cart button" "pre order button" when product not available. there way change button pre order. please check code below. tried install app "pre order manager" gives me error "oauth error invalid_request: not have permission access requested scopes", client provide me full access install apps.please this

<button type="submit" name="add" id="addtocart" class="btn">                 <span class="icon icon-cart"></span><span id="addtocarttext">{{ 'products.product.add_to_cart' | t }}</span>               </button> 

thanks


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -