S C R I P T B A K E R

Loading

Blog

How to make your Magento 2 store PCI Compliant

Ensuring that your Magento 2 website is PCI compliant is essential if you accept credit card payments online. The Payment Card Industry Data Security Standards (PCI DSS) are a set of security standards established by the major credit card companies to protect against credit card fraud and ensure the safe handling of sensitive cardholder information. … Continue reading “How to make your Magento 2 store PCI Compliant”

Read More

Magento 2 Security: Best practices for securing a Magento 2 store against cyber threats.

Securing an e-commerce website is of the utmost importance, as it not only protects your business from financial losses but also maintains the trust of your customers. Magento 2, being one of the most popular e-commerce platforms, offers various built-in security features to protect your store from cyber threats. However, it’s important to follow some … Continue reading “Magento 2 Security: Best practices for securing a Magento 2 store against cyber threats.”

Read More

Magento 2 SEO: Tips and techniques to improve the search engine visibility of a Magento 2 store

Search Engine Optimization (SEO) is an essential aspect of any e-commerce website, and Magento 2 is no exception. By optimizing your Magento 2 store for search engines, you can increase its visibility, drive more traffic, and ultimately boost your sales. In this article, we will discuss some tips and techniques to improve the search engine … Continue reading “Magento 2 SEO: Tips and techniques to improve the search engine visibility of a Magento 2 store”

Read More

Magento 1: Export catalog categories for a specific store view

In this post you will learn how you can export Magento 1.9 categories for a specific store view as CSV. For example, you have Arabic store view with ID 7, and you want to export all arabic category names in a CSV file, below will be the code you want. Create a file on your … Continue reading “Magento 1: Export catalog categories for a specific store view”

Read More

Magento 1: Export manufacturers CSV by specific store view

This post will guide you on how you can export the manufacturer list (Magento 1.9) to CSV file. In this script, I am filtering the list by store view. Let’s suppose you have a store view for Arabic (Store ID=1) and you want to export the manufacturer (Attribute ID= 555) list in Arabic labels only. … Continue reading “Magento 1: Export manufacturers CSV by specific store view”

Read More

Search Magento products by product labels

Project Overview: Task was to develop a Product Labels Magento extension. Where admin can create product labels by uploading an image, enter label title and attach them to any number of products available in store. The label should display on front-end along with product information.

Read More

Creating Magento order programmatically and charging saved credit card.

Creating order is the basic functionality of Magento but its the trickiest one at the same time for developers. Yes, its true because its not straight forward like instantiating model, assigning some values and saving it. Sometimes you may want to create auto orders using some cron script.

Read More

Magento 2.0 : Fatal error: Uncaught exception ‘Magento\Framework\Exception\LocalizedException’ with message ‘Can’t create directory

This error message is indicating that Magento is unable to create a directory. This could be due to a number of reasons, such as: Permission issues – Magento may not have the necessary permissions to create a directory in the specified location. Disk space – The server may be out of disk space, preventing Magento … Continue reading “Magento 2.0 : Fatal error: Uncaught exception ‘Magento\Framework\Exception\LocalizedException’ with message ‘Can’t create directory”

Read More

How to install Laravel on Ubuntu

1. Install curl if not already installed 2. install composer if not already installed 3. Now run blow command to install laravel 4. Add laravel to PATH to make it available everywhere 5. Create your Laravel app Now that Laravel is added to path, now all sudoers can create laravel apps using below command if … Continue reading “How to install Laravel on Ubuntu”

Read More

Install WordPress plugins, themes & upgrades without providing FTP access?

You must have experienced that WordPress asks for FTP credentials if you initiate upgrade or install plugins. And sometimes developers don’t have FTP access and all they have is WordPress admin panel access. Let’s see why WordPress asks for FTP info and how to bypass it and enable WordPress to install updates and plugins without … Continue reading “Install WordPress plugins, themes & upgrades without providing FTP access?”

Read More

Get selected value of radioButtonList using jQuery in Yii

Sometimes you want to get selected value of radioButtonList using jQuery in your Yii powered application and it feels difficult due to Yii’s field naming conventions, as every field name contains array.

Read More

My 3 days trip to Swat, Malam Jabba and Kalam (20th Mar to 23rd Mar)

Pakistan is a land of natural beauty and has been blessed with the abundance of awe-inspiring outdoor areas. From the unspoiled golden beaches,across the desolate desserts and through fertile plains onto the mighty snow capped peaks, Pakistan is the land of many lands. There are few areas in the world where mountains rise in such … Continue reading “My 3 days trip to Swat, Malam Jabba and Kalam (20th Mar to 23rd Mar)”

Read More