Contributor

Contributor

Atwix MageNews — July 2021

Atwix MageNews — July 2021

In 2020, a hot debate centered around the possibility of making the Magento certification term no longer permanent, but with renewals required. On June 15, Adobe announced the final solution in the changes to all commerce credentials. Going forward, all…

Mageworx Affiliate Program Update

Mageworx Affiliate Program Update

Reading Time: < 1 minute Offer significant savings to your Magento 2 customers and blog readers, and earn commissions from all orders with your personalized discount code applied at the checkout! The signup process to our affiliate program is free…

How to display short product descriptions on the Product Page with PWA Studio

How to display short product descriptions on the Product Page with PWA Studio

// file: src import React, { Fragment } from ‘react’; import { useProductShortDescription } from ‘@theme/talons/ProdutShortDescription/useProductShortDescription’; import { GET_PRODUCT_SHORT_DESCRIPTION } from ‘.’; import { fullPageLoadingIndicator } from ‘@magento/venia-ui/lib/components/LoadingIndicator’; import RichText from ‘@magento/venia-ui/lib/components/RichText’; import { string } from ‘prop-types’; const ProductShortDescription…