Jun 29, 2021
Is it possible to clear applied discount count using ajax call ? something like : https://myDomain/discount/clear_discount Thanks
May 27, 2020
At registration i add a language tag using the customer[tags] <input type="hidden" name="customer[tags]" value="lng:fr"> I added the same script to customer_login form to update ...
No content to show
User Activity
06-13-2023
Have you find it ?
Seem that the only way is to add the image to a product then get it's imageId and update the variant image_id.
06-13-2023
Did you found how ? I'm currently stuck with $requestHeaders = array('api_version' => '2023-04','X-Shopify-Access-Token' => $accessToken);$requestCookies = array();$isOnline = true;$session = Shopify\Utils::loadCurrentSession($requestHeaders,$request...
Did you found how ? I'm currently stuck with $requestHeaders = array('api_version' => '2023-04','X-Shopify-Access-Token' => $accessToken);$requestCookies = array();$isOnline = true;$session = Shopify\Utils::loadCurrentSession($requestHeaders,$request...
using the shopify api, i can add product variant like this $product->variants = [ [ "option1" => "color" "price" => "1.23", "sku" => "abc" ] ]; $shopify->Product->post($p); But how can i add image to the same variant, i tried with "image" => $p->im...
Where can i get the $headers and $cookie variable used for the authentification from https://shopify.dev/api/admin-rest#client_libraries ?
04-07-2022
Hello, Default currency for mydomain.ca is CAD.In Settings->markets i added USA pointing to us.mydomain.com with USD as currency. When i shop on us.mydomain.com, all price are displayed in USD but when i click on checkout currency flip to CAD... am i...
Hi, On checkout page, it is possible to not select the last option by default ?or it is possible to display the "Carrier and app rates option" before the "Your rates" options ? Thanks
Hello, It is possible to use local pickup while selling preorder items ? The problem is that the inventory is set to 0 at the time the user make his purchase (preorder). Thanks
I am setting up my Shopify store and I came across a question.I want to sell in United-States and in Canada. I want the USA shop to use USD as currency and Canada to use CAD.Moreover, I want the products in both cases to be independently priced inste...
Is the verify_webhook for php found on this page https://shopify.dev/tutorials/manage-webhooks#verify-webhook is still up to date ?my $hmac_header and $calculated_hmac never matchThanks
in you create_customer form, you can pass customer[tags] as hidden <input type="hidden" name="customer[tags]" value="lng:en">