Re: Price Updates through
Has this issue been researched/posted about on the forum thread associated with the software being used? There may need to be a change to the plugin so that it works "better" for all and not to have to go and completely revamp your product. That doesn't mean that perhaps the problem product shouldn't be reviewed (May have unmatched tags or other issues). It does surprise me a little that any of the html code would be "activated" as part of this tool instead of providing a protected view of the content.
Otherwise there are mass update tools such as Easypopulate V4 or DBIO where mass updates could be made. Regardless the platform there is/will be some learning to be done to get up to speed.
Re: Price Updates through
Here is a screen record for reference:
https://youtu.be/1WyDI12l3xs
Re: Price Updates through
How many products are you displaying per page? This is most likely related to your php settings, specifically max_input_vars - it's usually set to 1000-2000, and you have roughly 8-10 per product, so it's quite easy to exceed the maximum because you're actually submitting the entire form, not just the product you've edited.
You can go to admin->Tools->Server/Version Info and search for "max_input_vars" and do the math. You can use php.ini to change that setting - it's super simple, just Google it for instructions or ask here.
Re: Price Updates through
Thank you so much! That worked was super simple too! Cant tell you how much I appreciate it:cool: