Yearly Archives: 2019

/2019

How to install magento 2.3.2 version

Magento 2.3.2  version installation process. Magento 2.3.2 version was released with more user-friendly, high performance and security. Magento commerce & open source have some security updates and performance enhancements. Magento 2.3.2 version has security enhancements is used  to solve some issues like,  Sensitive data disclosure vulnerabilities  Cross-site scripting etc. How to install Magento 2 [...]

By |2019-09-09T10:29:51+05:30July 25th, 2019|Magento|0 Comments

How to easily update the php version?

Upgrade PHP version Website will be faster as the newer version of Php is more efficient. Updating to the latest supported version can deliver a huge increase in performance. The latest version of Php shows the latest security features like; 1. SQL injections 2. Directory traversal and code injection 3. Cross-site scripting and password [...]

By |2019-09-09T09:59:51+05:30July 16th, 2019|Php|0 Comments

Removing the fragment identifier from angular js url.

AngularJS routing without the hash '#' A Hashtag is not required in modern browsers, that support the Html5 API. First of all, you need to create a .htaccess file, then add to the code below. Two important things that need to be done. 1. Configuration of $location provider. 2. Setting/Add base for relative links. [...]

By |2019-09-09T10:38:51+05:30July 15th, 2019|Angular js|0 Comments

Payment gateway Bluesnap Implementation

BlueSnap is a global payment gateway which supports credit and debit card payments, ACH/ECP, SEPA Direct Debit, digital wallets, and Paypal. Its Payment API is RESTful and uses standard HTTP features. Bluesnap API supports automatic recurring subscription and we utilize this feature and implement as Custom Drupal 7 Module. We use cURL to get [...]

By |2020-03-31T12:02:04+05:30July 9th, 2019|Drupal|0 Comments

Sub Category wise listing of products in woo-commerce

Display woocommerce categories and product listing Wordpress: 5.2 Woocommerce: 3.6 If you want to group products subcategory wise the default woo-commerce product listing should be overridden. The product listing uses the archive-products.php file in plugin/woocommerce/templates. Now you have to override archive-products.php file to your theme/woocommerce folder. If the woocommerce folder is not present create [...]

By |2019-09-09T12:40:56+05:30July 9th, 2019|Wordpress|0 Comments

WordPress seo tips for urls

1. Permalink Use permalink for individual blog post. In wordpress dashboard, go to settings>permalinks> then you will see the several options for url structure. The least seo friendly url is plain url and post name is the most seo friendly url. Post name :(sample-post) Custom Structure: /%postname%/ Remove www from your permalink. Use permalink [...]

By |2019-09-09T13:53:57+05:30February 11th, 2019|Wordpress|0 Comments