
Webkul Blog
1,000 FOLLOWERS
Articles on eCommerce, ERP, Web, Mobile, Design, Development, Strategy and Docs for OpenSource Webkul Apps and Products.
Webkul is the hook for enterprise businesses and helps enterprises to upscale easily with a wider range of ready to use and highly customizable eCommerce centric products.
Webkul Blog
1d ago
In this blog, we will discuss Advanced Pricing in Magento2. Advanced Pricing offers customers better prices that encourage consumers to spend more, drive traffic, and clear old stock. Based on sales, quantity, or customer groups, Magento 2 comes with four types of advanced pricing.
Special Price: Offers customers a lower price than the regular one.
Group Price: Gives discount prices for a particular customer group.
Tier Price: Offers customers better prices when they buy products in bulk.
MAP stands for Minimum Advertised Price. This requires you not to sell the product at a l ..read more
Webkul Blog
1d ago
Define() Method:
It’s used when the js is intended to be used in another js file.
It’s used to assist in the definition of modules.
Define() method accommodates two optional parameters:
i) Module ID
ii) Dependencies : array of required dependencies
define(
'module_id' /*optional, a string that specifies the module's name*/,
['dependency1', 'dependency2'] /*optional, set of array[dep1, dep2]*/,
function(dep1, dep2) /*a callback function that defines the module.*/
{// module code here}
);
The define() method needs to return the implementation
define(['d ..read more
Webkul Blog
5d ago
In this blog, we are going to add an additional info to the checkout payment page. First of all, we need to create a custom module. you can create a module using this blog Click Here.
This topic contains basic information about how to customize the view of an existing checkout payment page. In the Magento application, checkout is implemented using UI components. You can customize each step by changing the JavaScript implementation or template for a component
Step 1:- After the module creation In your custom module directory, create the following new file: <your_module_di ..read more
Webkul Blog
5d ago
Using this Magento 2 Azure AD Login extension, the users having an account with Azure AD will be able to directly log in to the Magento 2 customer account using the Azure AD credentials at the Magento 2 website.
Azure AD (Azure Active Directory) is Microsoft’s cloud-based identity and access management service.
It is a directory and identity management service that provides a single sign-on (SSO) experience for users, allowing them to access multiple applications and services with a single set of login credentials.
Features
Magento 2 login using Azure AD Idp.
Admin can enable or disable the f ..read more
Webkul Blog
6d ago
The process of upgrading from Akeneo 6.X to 7.X is the focus of this blog.
Almost every buyer wants to check the pertinent product information these days before making a purchase.
If the company wasn’t providing customers with accurate information, they probably wouldn’t even consider making a purchase.
The comprehensive, adaptable, and powerful Product Information Management solution offered by Akeneo, one of the leading PIM solution providers in the world, has made it well-known.
The Akeneo version 7.x, which includes new features for both the Community and Enterprise Editions, was just laun ..read more
Webkul Blog
1w ago
Do you want to know the changes in Akeneo 7.0.x? In this blog, we will discuss new Akeneo PIM features and updates.
We’re starting off this month with some news from Akeneo and their new release for Akeneo 7.0.x.
As a result, Webkul continues its series to bring you an exciting article regarding the changes and updates in Akeneo 7.0.x.
Additionally, this article will explain how to migrate data from Akeneo 6.0.x to Akeneo 7.0.x and how to install Akeneo 7.0.x.
Akeneo is an Open Source PIM platform where businesses can centralize and manage their data. It’s a robust option for B2B an ..read more
Webkul Blog
1w ago
Are you ready for the future of CRM? Salesforce has just unveiled its latest innovation: Salesforce Einstein GPT, a cutting-edge AI-powered tool that promises to take your sales game to the next level. With its advanced capabilities in natural language processing and predictive analytics, this new technology is set to revolutionize the way businesses interact with their customers. So if you want to stay ahead of the competition and supercharge your sales strategy, read on to learn more about what Einstein GPT has in store!
Introduction To Salesforce Einstein GPT
Einstein GPT for Salesforce CR ..read more
Webkul Blog
1w ago
Introduction
Since its inception in 2005, Odoo has come a long way- From an ERP solution named TinyERP to Odoo- a complete business solution. And the most recent launch Odoo 16, has taken the software way ahead. It is feature packed and offers many improved features over the previous versions.
The primary benefits of Odoo are customization, integrated modules, improved accounting, planning, reporting, and complete visibility. These and numerous other extensive perks make it an excellent business management solution for scaling and sizing. But, to keep up with the competitive market, technologi ..read more
Webkul Blog
1w ago
A JMeter sampler is a fundamental building block in a JMeter test plan. It is responsible for generating requests to a server and capturing the server’s responses.
Each sampler (except Test Action) generates one or more sample results. The sample results have various attributes of success/failure, elapsed time, data size, etc.
For more details regarding JMeter Sampler, you can check the blog.
Types Of JMeter Samplers 1) HTTP Request sampler
This is the most common sampler in JMeter. It sends an HTTP request to a web server and captures the response.
2) JDBC Request Sampler
JDBC Requests Sample ..read more
Webkul Blog
1w ago
UI creation from scratch Always Try to start UI from a feature
At the time of creating a new UI for your website or always try to start from a feature, not a layout.
Even don’t try to create a landing page or layout for your whole UI interface like a header or footer in starting of the development If you are trying these things you are doing a mistake.
Because an app is a collection of features because in starting you don’t know how the navigation should what type of information you will show that’s a little bit frustrating!
Instead, try to design an actual functionality if you are making an ..read more