View gist:604c34cb0aeff15a09b53cbd50dc2d37
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://linuxize.com/post/how-to-install-go-on-debian-10/ |
View Getting Number of Active Product in a Category Magento 2 MYSQL.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Getting Status Attribute ID | |
SELECT `attribute_id` FROM eav_attribute where entity_type_id = '4' AND attribute_code = 'status' | |
### Getting Visibility Attribute ID | |
SELECT `attribute_id` FROM eav_attribute where entity_type_id = 4 AND attribute_code = 'visibility' | |
### MySQL Query for Getting Count | |
SELECT | |
count(CCP.category_id) AS total_products | |
FROM |
View 100-equaltrue.com.vhost
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Directory /var/www/equaltrue.com> | |
AllowOverride None | |
Require all denied | |
</Directory> | |
<VirtualHost 63.142.252.88:80> | |
DocumentRoot /var/www/clients/client1/web1/web | |