Posts

Showing posts with the label Reena Parekh

SEO for your Press Releases [Updated 2025 list]

Image
This article will help you Search Engine Optimize and Publish your/client's Press Releases Online: Prepare and proof-read the press release for Online Submissions: Make the press release easy to find online. Know the search terms that the online audiences use when they search for you on Google. Incorporate those search terms into the press release, particularly into the first 250 words. Wherever possible, convert keyword phrases into anchor text, which will greatly increase the Search Engine Optimization value of the online press release. Accompany the press-release with an image/video to increase the readership Include complete contact information on the bottom of your press release including your name, phone number, e-mail address, physical address and website URL. Utilize low cost or free press release submission sites that are also SEO friendly to publish the press release. Submit the press relea...

Magento 2: How to fix Temando Error logs

If you are not using Temando Shipping module which comes packaged with Out of the Box Magento in your E-commerce site then most likely you will see your var/log/system.log file being spammed with numerous errors that look like below: [2020-09-02 11:13:03] temando.CRITICAL: "accountId" is required. Enter and try again. { "exception":"[object] (Magento\\Framework\\Exception InputException(code: 0): \"accountId\" is required. Enter and try again at /vendor/magento/framework/Exception/InputException.php:91)" } This error is a Core magento bug. It may seem minor, but over a period of time if ignored, it can result in a humungous system log file size and as a result your actual logs and important messages can get lost between these errors. In order to fix this error there are 2 ways: 1) Disable the Temando_Shipping module in your magento site using this command: php bin/magento module:disable Temando_Shipping OR 2) Create a d...

Magento 2: How to place order as a guest customer using Magento 2 REST API

In order to place a new order as a guest customer using REST APIs in Magento 2, please follow below steps: MAGENTO 2 REST APIs: CREATE GUEST CART: NOTE: Quote/Cart ID here is received from Step 1 of creating guest cart. ADD ITEMS TO GUEST CART: GET TOTALS OF GUEST CART: ESTIMATE SHIPPING OF GUEST CART: SET BILLING AND SHIPPING DETAILS OF GUEST CART: PLACE ORDER FROM GUEST CART:

Magento 2: How to login as Customer and place new order via REST APIs

In order to place a new order as a logged in customer using REST APIs in Magento 2, please follow below steps: You can Download the Postman Tool from here: www.postman.com Now, Open Post man and create below Requests: MAGENTO 2 REST APIs: CUSTOMER LOGIN: CREATING CUSTOMER QUOTE: ADD ITEMS TO CART COLLECT CART TOTALS GET AVAILABLE SHIPPING METHODS & ESTIMATING SHIPPING CHARGES SET BILLING AND SHIPPING ADDRESS OF ORDER PLACE ORDER Now check your admin panel and there will be a new COD order placed.

Magento 2: How to create new indexer for your custom module

For this tutorial we will consider an example of a custom module called Vendor_ModuleName. Create below files to generate a new VSBridge indexer and Elastic Index for your own module: Vendor_ModuleName\etc\indexer.xml Vendor_ModuleName\etc\mview.xml Vendor\ModuleName\Model\Indexer\CustomIndexer.php Now, open console and run below command: You will now see following: A new indexer job for your module in Magento admin panel > System > Tools > Index Management A new index in elastic You can refresh your indexer with php bin/magento indexer:reindex my_custom_indexer

A Complete Guide to Pinterest for Starters

Image
If you are into Social Media, and have heard alot about Pinterest, even tried your hands on the website, But couldn't get Success ? could you ? Most people don't, so if you're one of them, this guide is for you. What Is Pinterest? Image Courtesy: Pinterest.com And even better, there’s no real interaction required. You can sit back and look through thousands of recipe ideas, holiday suggestions, home decorating suggestions, Photography tips, inspiring quotes, DIY(Do It Yourself) projects and much much more. Yes, Pinterest has no chat Facility . This actually makes it even better, any one can follow you and you can follow  everyone without worrying about "Privacy " . Pinterest is all about 2 words: Pins and Boards.  What Is A Pin? Once you create a Pinterest account you can browse all of the “Pins” (Just like Facebook has posts, twitter has tweets, pinterest has pins). Pins are nothing but images/videos pinned by people whom you ...