fountaininternet
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailgun for WordPress] If tag left blank, Mailgun adds empty tag to headersThat’s great, thanks for fixing this.
Simon
Forum: Plugins
In reply to: [Mailgun for WordPress] If tag left blank, Mailgun adds empty tag to headersCorrection: the second change occurs on line 240.
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Changing the datafeed URLThanks David. I was trying to avoid the test stuff in my local development environment going to the live datafeed – that’s why I created a separate FC store for that purpose. I was hoping that I could simply change the datafeed URL in my development version of the site so everything was entirely separate from the live site.
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Calculating shipping ratesI think I’ve found an answer to my own question 😉
The FoxyCart wiki has an entry on this very subject, here:
http://wiki.foxycart.com/snippets/shipping/tiered_flat_rate_shipping
Quick workaround to get the editor buttons displaying in 3.3 RC1 (at least for category description boxes). In the rich-text-tags.php file, find the kws_rt_taxonomy_load_mce() function and add the following line after the wp_enqueue_style( ‘thickbox’ ) line:
wp_enqueue_style('editor-buttons');Simon