Skip to content

Instantly share code, notes, and snippets.

View DimaKriuchko's full-sized avatar

Dima DimaKriuchko

  • Kharkiv, Ukraine
View GitHub Profile
https://wordpress.org/plugins/wp-migrate-db/
https://ohshitgit.com/ru
\!h Install Ruby
brew install ruby
\!h Install Shopify CLI
brew tap shopify/shopify
brew install shopify-cli
or
gem install shopify-cli
https://shopify.dev/docs/themes/liquid/reference/objects/line_item#line_item-properties
https://ui-elements-generator.myshopify.com/pages/line-item-property
<span class="total-info">
<?php _e( 'Showing', DOMAIN ) ?>
<?php
if( $paged == 1 ) {
echo '1';
} else {
echo $products_per_page * ($paged - 1);
}
?>
-
https://webkul.com/blog/update-mini-cart-magento2/
sendmail долго работает
postfix быстрее гораздо
\!h events.xml
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
<event name="customer_login">
<observer name="custom_customer_login" instance="\Vendor\Module\Observer\CustomerLogin" />
</event>
</config>