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/ |
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 |
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 | |