skip to Main Content

Customizing Shopify Themes

E-commerce intermediate, Shopify and Ruby on Rails newbie. How does one go about customizing Shopify files? I have a purchased a theme but want to make some changes to the .liquid files. Do I have to I unzip, edit, re-zip…

VIEW QUESTION

shopify hmac verification php

This is my code : function verifyRequest($request, $secret) { // Per the Shopify docs: // Everything except hmac and signature... $hmac = $request['hmac']; unset($request['hmac']); unset($request['signature']); // Sorted lexilogically... ksort($request); // Special characters replaced... foreach ($request as $k => $val) {…

VIEW QUESTION
Back To Top
Search