Helpers Of Handlebar.js
In Handlebar.js helpers play an important role. With the helpers we can define custom iterators and other functionality. Helper can be registered with the Handlebars.registerHelper method . Here we...
View ArticleHow to use js in magento2
Here we learn how to use js in magento2 1# First we will create requirejs-config.js file in folder app/code/NameSpace/Module/view/frontend /** * @author Webkul Software Private Limited */ var config =...
View ArticlePrestashop Marketplace Seller Voucher
Prestashop Marketplace Seller Voucher- Is it not possible for sellers on the marketplace to provide discount vouchers on their products to buyers!!! No worries, now with the help of marketplace seller...
View ArticleUpgraded Shopify Odoo Connector- With Odoo 9
With this app users will be able to synchronize all the products , customers , orders fulfillment , payment and much more from shopify to Odoo 9. Shopify Odoo connector perfectly provides seamless...
View ArticleHow to create Dynamic Drop-Down in Visualforce Page
In this post, I am going to share the information How to create Dynamic Drop-Down in Visualforce Page. <apex:selectlist> & <apex:selectoption> Gratefully, there is a way to effectively...
View ArticleOpencart Marketplace Custom Shipping
The marketplace custom shipping is a feature of marketplace module using which seller can add and update shipping using a CSV file. In this shipping method admin can choose one of the three shipping...
View ArticleAdd custom form elements in product add/edit form in specific group section...
Here we’ll learn how to add custom form elements in product add/edit form in specific group section in magneto2 Using magento2 ‘adminhtml_catalog_product_edit_prepare_form’ observer we can add custom...
View ArticleStripe Payment Gateway for Magento2
Stripe Payment Gateway for Magento2-This module is PCI compliant payments system and will work in Live and in Debugging mode. With Stripe Payment Gateway for Magento2, the customer can save save the...
View ArticleAdd New Product Type – Magento2
Here we will see how to add own custom product type in magento2. First create ‘product_types.xml’ file in location Namespace/Module/etc. <?xml version="1.0"?> <config...
View ArticleGet formatted price by currency code in magento2
Get formatted price by currency code in magento2 – We all know that magento catalog product model provides method to get formatted product price but it gives price in current store currency, so if...
View ArticleHow to use Opencart’s Rest API
As Opencart already provides the rest API so we need to learn how to use the API. This is very helpful in order use a store’s functionality through different devices irrespective of...
View ArticleImage Upload In summernote Editor
If we use Summernote editor by normal process then it is not possible to upload images on the server because Summernote converts images to Base 64 format so when we save an image in the database then...
View ArticleGenerate ReportNG reports in Selenium WebDriver
The reports generated by TestNG (default reports) are not much more readable and Interactive, and can’t be shown to the managers. ReportNG is a good add-on to generate Interactive and readable reports...
View ArticleHow To Use Socket.io Programming With Opencart-Part1
Today we will learn how to implement socket programming with opencart. For implement the socket programming we first need to install node.js on our server. After this we have to create a package.json...
View ArticleUpload an image from Customer Custom Tab in Magento 2 Admin.
Here we’ll learn how to upload an Image from customer edit section in Magento 2.0.x Step 1: Create a custom Form Tab in Customer Edit Section. Follow the previous blog: How To Create Tab With Form...
View ArticleShopify proxy page shows “There was an error in the third-party application.”
When you are dealing with shopify proxy page, there is a common error “There was an error with a third party application.”, this may be possible when your application is having error somewhere in code,...
View ArticleHow To Add Color Picker In Magento2 System Config
As an extension developer sometimes you have to give admin the permission to control the ui of particular pages, it can include colors too , like background color, font color etc .Magento 2 uses...
View ArticleOpencart Marketplace Clone Product
Opencart Marketplace Clone Product can be used to clone any product in the store, a seller can clone other seller’s and admin’s product. If a seller wants he/she can create an exact copy of any product...
View ArticleDaily Deals for Magento2
Daily Deals for Magento2 is a module to create a Deal price offers for your store products. The deal can be created in ‘fixed amount’or ‘Percentage’ basis for desired time duration. Its Intuitive...
View ArticleJoomla Virtuemart Ask To Seller
Joomla Virtuemart Ask To Seller : This splendid extension allows the users of site to make a query to the admin of the site from the product detail page. A separate button is provided using which the...
View Article