Blog - Page 24

Stay updated with the latest insights, trends, and best practices in digital marketing and web development.

Filter by Category

Blog Posts

Edit products directly from product list
Extensions
15 min read

Edit products directly from the list in the Opencart 3 - editable table widget

In this free Opencart module, we can edit products directly from the product list in the opencart 3, it is using editable table widget javascript, with this you can easily edit the product name, module, price, quantity, and status. First, download the Opencart 3 free module by clicking the button below: Download the "EditFromProductsList" module [...]

Read more
Unbounce Email validation
Salesforce, Marketo, Pardot and Hubspot
3 min read

Javascript custom email validation for company email only, Unbounce page

We write a simple Javascript custom email validation that allows only company emails and it was implemented on Unbounce landing pages. We use pattern, oninvalid and onchange attributes. We set regex (^[a-zA-Z0-9.%+-]+@(?!gmail.com)(?!yahoo.com)(?!hotmail.com)(?!yahoo.co.in)(?!aol.com)(?!live.com)(?!outlook.com)[a-zA-Z0-9-]+.[a-zA-Z0-9-.]{2,61}$) to validate the email pattern and set the custom validity message for oninvalid attribute with setCustomValidity() method of the HTMLObjectElement interface sets a [...]

Read more
Opencart 3 module development tutorial
Opencart
9 min read

Opencart 3 development tutorial, multi-instance slider testimonials module

In this Opencart 3 module development tutorial, we are showing you how to create a multi-instance opencart 3 module frontend section and make an autoplay slider of testimonials. In our last two posts, we show how to perform Opencart CRUD functionalities of testimonials, create an admin custom listing page, form, validate it and save in the database, [...]

Read more
Opencart code snippets
Featured
3 min read

Opencart code snippets VSCode extensions

Today we launched OpenCart code snippets VSCode extensions which you can find at https://marketplace.visualstudio.com/items?itemName=webocreationcom.ocsnippets, We published OpenCart code snippets VScode extensions for OpenCart developers. It contains some OpenCart code snippets for PHP and Twigs. Github repository for this https://github.com/rupaknepali/opencartsnippetsvscode. How to use Opencart code snippets VSCode extensions? Find "Opencart code snippets" extensions to install using [...]

Read more