👨🏫 Learn to build headless projects and become a Shopify Hydrogen fullstack developer
⚙️ Deploy your Magento 2 faster and easier with this Deployer Recipe.
Tradução Magento 2 oficial para português do Brasil do site Crowdin
⚡️ Magento 2 extension faster subsequent page-loads by prefetching in-viewport links during idle time.
PHP version: 8.1 Magento version: 2.4.5 + PWA Studio Klaviyo extension version: Latest Anything else that would help a developer reproduce the bug?
Go to the checkout page and fulfill all the initial forms with personal information, when you go ahead to the payment details the data was sent to Klaviyo without any consent.
The event being removed from the backend and add to the frontend via JS as the other events that depends on data consent.
Data is sent when customers start the checkout even without data consent or any Klaviyo JS loaded.
This is the Observer that trigger this event. https://github.com/klaviyo/magento2-klaviyo/blob/master/etc/events.xml#L3
Hi @secureweb16, use this page below to create an app template, selecting PHP as the template, will create a Laravel app integrated with this Lib. https://shopify.dev/docs/apps/getting-started/create
Update README with new docs
The link is outdated and is directed to a phishing website. The new link redirects devs to the new link under Adobe docs.
It updates the old link from 2019 to the new link to report issues, which is Github Issues listing page.
Footer > update old link with Github issues
Bumps @shopify/polaris from 10.21.0 to 10.35.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump @shopify/polaris from 10.21.0 to 10.35.0
Bumps @shopify/polaris from 10.21.0 to 10.35.0.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
Merge pull request #75 from rafaelstz/dependabot/npm_and_yarn/shopify/polaris-10.35.0
Bump nikic/php-parser from 4.15.3 to 4.15.4
Bumps nikic/php-parser from 4.15.3 to 4.15.4.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
Merge pull request #74 from rafaelstz/dependabot/composer/nikic/php-parser-4.15.4
Bumps nikic/php-parser from 4.15.3 to 4.15.4.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)It introduces dev container to the demo store to make it easier to use.
Adding image decoding
These steps are helpful to start with it @bogdanoasa
The decoding property is auto by default, but in order to improve the LCP and CLS scores we can use it as sync to prioritize it. Introducing these changes, give the dev the possibility to use it in other image elements easier.
Adding the decoding='sync' to Hero images and adding the decoding capability to the SpreadMedia component.
Through the Network tab, check the feels like during the loading, the prioritization, and the browser compatibilities. https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/decoding
Adding image decoding