Vince
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] functions.php loading multiple timesThanks for that info. It’s not that the site is slow, but as a developer I try to optimize and eliminate redundant calls and such. The issue is that I have some stuff happening in the functions file after an order is placed and noticed that it was being called multiple times. I can work around it, but as Jeff mentioned, that will be fixed up soon.
Thanks
Forum: Plugins
In reply to: [WP eCommerce] functions.php loading multiple timesThanks again Jeff. I did think of adding the output directly. As of right now I doesn’t look like I need it, but if I run into any issues that is what I will do. I’m testing this evening so will post back with any updates. Thanks again for taking the time to reply.
Forum: Plugins
In reply to: [WP eCommerce] functions.php loading multiple timesThanks for the reply Pye. I’m looking to squeeze out as much performance out of the site as possible. I will employ caching, but I wanted to eliminate the second request. Yes it’s no more than a regular page request, but I’m getting 2 loads per request if that makes sense.
What I did for now is wp_deregister_script(‘wp-e-commerce-dynamic’);
My site is a bit unique in that I don’t need a cart per se. I just need to go from the user making a selection directly to checkout so some of what that did I don’t need.
Thanks
Forum: Plugins
In reply to: [WP eCommerce] functions.php loading multiple timesI still get the same results when using the twentyfourteen theme. I did find this call which is likely causing the the second init.
https://mysite.com/index.php?wpsc_user_dynamic_js=true&ver=3.8.13.3.5ec5b4d
Since that is loading the index.php page, the would cause wp to init again.
Thanks
Forum: Plugins
In reply to: [WP eCommerce] functions.php loading multiple timesThanks, I will try clearing the cache and switching the theme to see what happens.
Forum: Plugins
In reply to: [WP eCommerce] Error when activating Gold Cart pluginDo you have a prior version of the plugin installed? Double check that it doesn’t show a previous version in the plugins list.