newfold-labs / wp-module-ecommerce

Next-generation eCommerce Experience for WordPress sites at Newfold Digital.
GNU General Public License v2.0
9 stars 3 forks source link

Fix/hostgator wondercart issue #183

Closed circlecube closed 10 months ago

circlecube commented 10 months ago

This file contains wondercart filters for hostgator.

Currently, it is checking for a brand of "Hostgator", but it's not matching. This update will change it to check the plugin->id value rather than plugin->brand. The id is specific to the plugin and these filters seem to be plugin related rather than brand related. For example, hostgator-latam would not load this content as the brand is different, but it is using the same plugin, so it should take less cases.

Eventually, we'll need to update this to include all brands. It wouldn't be a bad idea to add the bluehost defaults here too (even though they are in wondercart already), so we can change them if needed and have them in one place.