How to Remove Static, pub,cache and var folder in Magento 2

please use this command

rm -rf var/cache/* var/page_cache/* var/generation/*

magento 2.2 upgrade to latest version step by step instructions

The first step:

Before you do anything: go ahead and back up your store, we’ll need to back up the database and database, this should be a smooth upgrade but you never know (it’s Magento after all …) You will be grateful because you can downgrade to a functional version of Easily store your magento if an error occurs during the upgrade process. It’s important to back up your store for things like this, don’t underestimate the step!

You can do this with Magento CLI or, for your peace of mind, you may prefer to export the database manually.

We’ll assume you use a reasonable method to issue and maintain a magento store code base, such as GIT or SVN. We will be using GIT so we can create a new branch and use this branch to upgrade from Magento 2.2 to Magento 2.3 and test it before integrating it back into its main branch. Make sure to make a backup copy of composer.json on your warehouse.

 

The second step:

 

With the safely backed magento store, we can go ahead and start the upgrade process. It’s relatively easy in Magento 2 as most of it is processed by updating your composer file. This is generally done through the command line. Run the following commands to start the update process.

This will add new Magento 2.3 dependencies to your composer file:

 

This will add third party dependencies that the new 2.3 system uses:

This will remove some third party dependencies that are no longer used:

 

 

 

 

Now open the  composer.json  file and add  Zend\\Mvc\\Controller\\“: “setup/src/Zend/Mvc/Controller/  into the “psr-4” section.
The psr-4 section in your composer file should now look like the following:

Magento 2.3.5 CSS and Js not loading

Here is the simplest solution if showing version name in css path

like : pub/static/version323334/

then run this query in mysql
INSERT INTO core_config_data (path, value) VALUES (‘dev/static/sign’, 0)
ON DUPLICATE KEY UPDATE
value = 0;

after that clear the config cache

 bin/magento cache:clean config

Second solution 

Run query in database : INSERT INTO core_config_data (scopescope_idpathvalue) VALUES (‘default’, 0, ‘dev/static/sign’, ‘0’);

Third Solutions

php bin/magento setup:upgradephp bin/magento setup:di:compilephp bin/magento setup:static-content:deploy

Latest features Magento 2.3.5

Seo for the E-commerce Website The latest Magento version “Magento 2.3.5” was recently released on April 28, 2020. Therefore, this is undoubtedly good news for the Magento community after the release of Magento 2.3.4.

Since Magento is a popular ecommerce platform, it will regularly improve its ability to adapt to higher performance and scalable needs. By using the latest Magento version, you can use the latest technology and significantly improve the performance of e-commerce stores. So we started …

Magento Open Source 2.3.5 and Magento Commerce 2.3.5 release includes over 180 functional fixes and 25+ security enhancements. Check out Magento 2.3.5 Open Source Release Notes and Magento 2.3.5 Commerce Release Notes to witness and understand all the features and functionalities offered by the latest Magento 2.3.5 version.

In addition, Magento also resolved 46 issues reported by community members, including the GitHub community, developers, and agents. In addition, whether the core code has been cleaned up and the core code has been cleaned up slightly, making major improvements in inventory management and GraphQL.

Ecommerce technology experts recommend updating your Magento 2 store to the latest version as it can not only improve performance with the latest features but also improve the security of ecommerce stores. To differentiate your business from the competition, download Magento 2.3.5 now!

As a Magento developer, you must be wondering about the latest Magento 2.3.5 new features and enhancements.

Let’s take a deep dive…

Magento 2.3.5 with New Features

Magento 2.3.5-p1 or 2.3.4-p2 Security-Only Patch

The new security patch allows merchants to install time-sensitive security fixes without having to apply multiple feature fixes. Read more about this version on Magento Release Notes Security-only patch available.

Magento 2.3.5 Security Enhancements

With more than 25 security fixes this release will help in close remote code execution (RCE) and cross-site scripting (XSS) vulnerabilities. Content security policy (CSP) and Removal of session-id from URLs are two more security improvements in this version. Explore in detail about this at Magento Release Notes Substantial Security Enhancements.

Platform Upgrades

  • Elasticsearch 7.x supported
  • Core integration of third-party payment methods got deprecated
  • Core integration of the Signifyd fraud protection code got deprecated
  • Upgrade of Symfony Components
  • Migration of dependencies on Zend Framework to the Laminas project

Explore in detail about this at Magento Release Notes significant platform upgrades.

Performance Boosts

  • This release introduces a new way of invalidating all customer sections data that avoids a known issue with local storage when custom sections.xml invalidations are active
  • Multiple optimizations to Redis performance

Explore in detail about this at Magento Release Notes Performance boosts.

Enhancements in Infrastructure

  • The PayPal Pro payment method now works as expected in the Chrome 80 browser.
  • A PHPStan code analysis check has been integrated into Magento static builds.

Explore more about this at Magento Release Notes Magento Infrastructure Improvements.

Merchant Tool Enhancements

Page Builder for Magento Commerce 2.3.5
  • Included Templates: Now, Page Builder has templates that can be created from existing content and applied to new content areas
  • Video Backgrounds for Rows, Banners, and Sliders: Page Builder Rows, Banners, and Sliders now have the option to use videos for their backgrounds.
  • Full Height Rows, Banners, and Sliders: Page Builder Rows, Banners, and Sliders now have the option to set their heights to the full height of the page.
  • Content type upgrade library: We can now introduce new versions of Page Builder content types without introducing backward-incompatible issues with previous versions.

Explore in detail about this at Magento Release Notes Page Builder

Inventory Management

Inventory Management enhancements for this release include:

  • New extension point for SourceDataProvider and StockDataProvider
  • Ability to view allocated inventory sources from the Orders list
GraphQL

With this release, you can now use products and categoryList queries to retrieve information about products and categories that have been added to a staged campaign. Explore in detail at GraphQL

PWA Studio

PWA Studio 6.0.0 New Features:

  • Launch of the PWA extensibility framework
  • Caching and data fetching improvements
  • Shopping cart components

Explore all the features in detail at Magento Release Notes PWA Studio

dotdigital
  • Integration of Engagement cloud and Magento B2B
  • Improved importer performance
Google Shopping Ads Channel

The Google Shopping Ads Channel bundled extension has reached end-of-life with this release. Google Shopping ads no longer supported with Magento 2.3.5 version.

Apart from these awesome features, the Magento 2.3.5 release also includes improvements in the vendor developed extensions like Klarna, Yotpo, and Vertex. Explore in detail about this at Magento Release Notes vendor-developed extension enhancements.

It’s not the end!

Magento 2.3.5 Release with Other Enhancements

  • Improved Adobe Stock Integration
  • Bundle product prices are now calculated correctly on the product pages
  • Notable improvements in the cart, checkout, catalog, CMS content, Javascript framework, payment methods, shipping, UI, and other general fixes.
  • The WYSIWYG editor now works as expected on Internet Explorer 11.x, display two or more editors on a catalog product edit page, and it no longer hangs indefinitely when you try to upload an image from the admin.

B2B Improvements in Magento Commerce 2.3.5

  • “Could not save shared catalog” error solved.
  • Ability to configure a downloadable product’s link options from the Admin View Quote page
  • Admin can now place a quote order when paying with PayPal, when assigned appropriate permissions.
  • Now, the products can be added to cart from Quick Order after a user’s Customer Group is updated
  • The products with special characters are now displayed correctly in the Shared Catalogs in the admin and many more…

Wrapping up…

Magento 2.3.5 is all set to boost any Magento 2 eCommerce store until next 2.3.6 release. So, what you are waiting for! Get set and go for existing version upgrade to the latest Magento 2.3.5 and we are here to help you with your next Magento Migrations.

Thank You

 

Magento 2.3.5-p1 after installing The Content Security Policy issue

The Content Security Policy ‘font-src ‘self’ ‘unsafe-inline’; form-action secure.authorize.net test.authorize.net geostag.cardinalcommerce.com geo.cardinalcommerce.com 1eafstag.cardinalcommerce.com 1eaf.cardinalcommerce.com centinelapistag.cardinalcommerce.com centinelapi.cardinalcommerce.com ‘self’ ‘unsafe-inline’; frame-ancestors ‘self’ ‘unsafe-inline’; frame-src secure.authorize.net test.authorize.net geostag.cardinalcommerce.com geo.cardinalcommerce.com 1eafstag.cardinalcommerce.com 1eaf.cardinalcommerce.com centinelapistag.cardinalcommerce.com centinelapi.cardinalcommerce.com www.paypal.com www.sandbox.paypal.com

Solution:-  Edit app/etc/config.php

 

From 'Magento_Csp ' => 1 to 'Magento_Csp ' => 0

disable the Magento_Csp module.

if you need any help please contact us. Smartz IT Solutions Team will more than happy to assist you

 

Seo for the E-commerce Website

Today we are all surrounded by technology and the internet has given important impulses to move us forward and to be informed about the latest trends and activities in our area. Internet marketing has received a huge boost from the use of technology. Electronic commerce is one of the main components that has undergone many changes with the development and advancement of science and technology. Nowadays, companies are making extensive use of commercial electronic commerce technology to improve and improve their reputation.

E-commerce essentially refers to the introduction or development of a company via the Internet. It includes trading, internet sales and purchases, and the popularity of the business. Regardless of whether it is a large or a small company, e-commerce plays a dominant role in the rapid growth of online business. E-commerce is a huge business where people buy and sell continuously online and it is growing at a fast pace. SEO is the most important tool in the e-commerce process, with which a company can advance in a limited period of time. E-commerce includes the efficient operation of developing e-commerce websites and the design of e-commerce websites. E-commerce referencing shows a specific website at the first search position in the search engine.

SEO refers to search engine optimization. It is the most beneficial tool for the smooth running of electronic business. It helps increase traffic on the website and make the website clearly visible at the top of the search engine.

E-commerce referencing has several advantages and is used in countless applications. The advantages of SEO in e-commerce are listed below:

• Customers can easily find a specific website.
• It makes the website visible in the search results, which means that more and more customers get to know the company.
• The design and development of websites make a significant contribution to increasing the number of customers who are interested in the website.
• The transfer process is profitable and sustainable.
• This significantly increases the effectiveness of marketing activities.
• It is a great help to take business to the next level without any obstacles.

There are countless e-commerce websites in India that offer the best service. The results of the e-commerce web design service agencies are incredible and help to quickly grow the business over the Internet.

Hire Magento Web developer India,Chandigarh,Delhi, Gurgaon | Indian Magento Experts

Magento is one of the largest platforms for e-commerce sites and their development. The program was launched a few years ago and has become the most famous in the world. Magento is popular with developers around the world for helping design the best and most stable e-commerce website, which is a platform for users.SmartITSolutions is the best Magento development company in Chandigarh, India. We are a team of professional Magento application developers who have been specifically assigned to handle Magento development.

Catering to All Magento Development Needs

We have seen it grow, evolve, and our Magento developers know every update and update to the Magento platform. SmartITSolutions is the best Magento development company in India that provides services that create the Magento website for your business. Magento is a platform that meets all the needs of commercial e-commerce users worldwide. The site has many features, and the developers of SmartITSolutions are aware of all these features. Some of Magento’s eCommerce website development services include marketing and promotion, catalog management, website management, order management, mobile commerce, delivery, and more.

Why is SmartITSolutions the Best Magento Development Company in India?

Among all the companies offering Magento eCommerce development in India, we are the best and most experienced.SmartITSolutions

is a Magento website design and development company based in Chandigarh, India, but serving clients from India and around the world. Customer satisfaction is our motivation for this: we provide the best Magento India rates and the best customer services. A team of highly skilled developers

  • Provide Best Magento India Pricing
  • Best Customer Care Services
  • The team of Highly Qualified Developers

Why Pick SmartITSolutions as Suitable Magento Website Development Company?

Developing a great Magento platform for e-commerce websites can be considered an art, we are masters at that. The reason why customers choose SmartITSolutions Custom Magento Development India is as follows:

  • Open communication with customers helps us understand their point of view and design the Magento website for an e-commerce platform according to their needs. We ensure that the customer is involved in the step-by-step process to be satisfied with our Magento development services.
  • Our team of professional Magento developers has had a deep understanding of Magento since we designed since the launch of Magento. This experience allows us to build the best platform for your e-commerce website.

Developing your company’s Magento platform can be beneficial to your business. Since your job is the most important thing in your life, it is clear that your management should go to someone you trust. Therefore, we offer mobile support throughout the process to make it fun and profitable for you. So get a free quote to take advantage of Magento web development services for your project and contact us to develop income-generating business.

How to INTEGRATION ECOM EXPRESS SHIPPING in Magento

SmartITSolutions Best Development Services Company in Chandigarh, India

Magento and WordPress Ecom Fast Charge integration allows COD functionality to be integrated into the product detail page. Users can easily follow orders using the AWB number.

Key Features:

> Generation clear
> Payment check function on delivery
> One or several AWB number generation
> Generation of single or multiple shipping labels

If you need any help please contact us

How to Quickbooks Integration in Magento

SmartzITSolutions provide you best solutions regarding the Quickbooks Integration in your website

Please contact us for more information on this integration.

Connecting Magento to Quickbooks has never been easier. With Magento Integration, creating a connection between Magento and Quickbooks is easy.

Request export to Quickbooks
Stop entering orders manually today! With our Quickbooks integration, you will be able to export all relevant orders, items and customer data from Magento – directly to Quickbooks. All order details required for import will be exported to Quickbooks. Custom fields can be added on request.

This integration currently only supports exports to Quickbooks. Import data from Quickbooks into Magento? Connect with us, we will be happy to discuss your requirements.

FAQ and support

  • Data changes from Magento 2 are automatically updated to QuickBooks Online
  • Sync products data from Magento 2 to QuickBooks Online (Stock sync only Available on QBO Plus)
  • Sync customer data from Magento 2 to QuickBooks Online
  • Sync sales orders, invoices, and credit memos from Magento 2 to QuickBooks

 

how to reindex magento 2

SmartzITSolutions provide you best solutions in magento development

 

Use this command
php bin/magento indexer:reindex