Hi @itsmemidhuz,
Thanks for providing relevant solution. Could you please tell me where the code needs to be added
From what I understand, you’re looking for guidance on where to add the custom code for removing the ‘gla_’ prefix from your product IDs.
You should add this code to your child theme’s functions.php
file or via a plugin that allows custom functions to be added, like the Code Snippets plugin. Please note that it’s not advisable to add custom code directly to your parent theme’s functions.php
file. Doing so could lead to the code being erased when the theme is updated.
?? Just a quick reminder: Before you make any changes, we strongly recommend that you create a backup of your full site and database. This is a crucial step to ensure that in case anything goes wrong, you can easily restore your site to its previous, functioning state.
I hope this information is helpful! If you have any other questions or need further assistance, please don’t hesitate to ask.