Use this guide to add a new field to the xcart_products_lng_en table.

Pinakin Patel
PHP Web Developer

Create a link to Google Search Console for ranking data
In this example I am going to create a link to...
How to detect edge browser in x-cart 4
The useragent string for edge browsers used to contain the word Edge. But now you get Edg without the e.
Massing deleting customers except admins in x-cart for for a test server
When creating a test store for developers to work on you should clean down any customer data for privacy
Setting a session cookie based on an Admin logged in front end on X-Cart 4
In x-cart Admin can longin as customers and place orders on their behalf.
Discount Coupon Product Exceptions
In xcart 4 the dscount coupon will discount all products. But in some cases you want to stop it discounting some products and not be part of the offer. This can be done using the following instructions.
Sorting products so out of stock appear at the bottom in X-Cart 4
These instructions are for sorting products in...
Mass Delete all customers for test server purposes in xcart 4
Create a file in /admin/ called...
How to add new banner region in xcart 4 banner system
If you need to add a new banner region to the banner system module in x-cart 4
Automatically setting a customer to a membership group on account creation in x-cart 4
Ideally you should create a new config variable in the configuration table to store the membershipid you would like to make default. But htis example will allow you to set a customer as member rather than just an account holder with no membership.
Changes to address fields and layout in OPC – X-Cart 4
Looking to edit the order of the fields or even...
Enabling Benchmark Trace on X-Cart 4
This feature allows you to see how long each PHP...