Use the following commants on Magento 2 terminal /www/server/php/74/bin/php -d memory_limit=-1 bin/magento setup:upgrade /www/server/php/74/bin/php -d memory_limit=-1 bin/magento cache:clean /www/server/php/74/bin/php -d memory_limit=-1 bin/magento indexer:reindex /www/server/php/74/bin/php -d… Read More →
Magento 2 Migration : Could not validate a connection to Elasticsearch. No alive nodes found in your cluster
May 8, 2022
Magento 2 Migration Error #Start elastic on the server sudo -i service elasticsearch start If Elasticsearch is not installed, then install it the following way… Read More →
Install Plesk on Centos VPS server
April 30, 2022
Install operating system in VPS control panel Login with putty root / user / server ip – Change the password if prompted Type nano /etc/yum.repos.d/mariadb.repo on… Read More →
<?php require_once(‘../wp-load.php’); global $wpdb; // $product_ids=array(18744); // foreach($product_ids as $ak=>$product_id){ // $product = wc_get_product( $product_id ); // $product->set_name(‘Hello 2’); // $product->set_stock_quantity(‘9999’); // $product->set_slug(‘test-‘.$product_id); //… Read More →
How can I prevent href redirect onclick with JavaScript
April 16, 2022
prevent href redirect onclick with JavaScript Use – d.preventDefault(); jQuery(document).on(“click”,”.seestock”,function(e) { e.preventDefault(); //jQuery(‘> span .stockstatus’, this).html(‘Save’); var qty = jQuery(this).data(‘qty’); jQuery(this).html(qty); //alert(‘hello’); });
How to Contact Facebook For Account Help
April 11, 2022
If you need to contact Facebook for account help, here are the steps you can follow: Go to the Facebook Help Center: The Facebook Help… Read More →