Doug
Forum Replies Created
-
Forum: Plugins
In reply to: [Docket Cache - Object Cache Accelerator] WooCommerce Stock Feature RequestForum: Plugins
In reply to: [Super Page Cache] Error: undefined swcfpc_ajax_url is not definedI’ve had the same exact problem since 5.0 update. If you have access to your functions.php add this function to it. It fixed my issues. (Don’t thank me, thank ChatGPT):
function define_swcfpc_ajax_url() {
?>
<script type="text/javascript">
var swcfpc_ajax_url = '<?php echo admin_url('admin-ajax.php'); ?>';
</script>
<?php
}
add_action('wp_head', 'define_swcfpc_ajax_url');“The error message
"Error: undefined swcfpc_ajax_url is not defined"
in WordPress typically indicates that a JavaScript variable namedswcfpc_ajax_url
is missing or not properly defined within the plugin or theme that’s trying to use it….This will add the missingswcfpc_ajax_url
variable in your site’s header.”- This reply was modified 1 month, 4 weeks ago by Doug.
Hi Paulina,
We’re an international eCommerce site that’s constantly being accessed by customers who are transacting on our site / sending data to our accounting system / shipping services / customer service apis so there’s nothing we can do about that. I’ll just leave it off if we can’t control its syncs. Our business isn’t set up to have our phone lines clogged with people who can’t check out because of sync updates. I’d suggest looking at why the last checkout page is the bottleneck for updates to Jetpack. I don’t think that should be synced automatically anyways. We have too many other things going on for me to focus on it beyond these observations. The issue with Metorik is huge given how many people come back and buy using that feature.
Forum: Plugins
In reply to: [WooCommerce] FedEx International Connect Plus service optionThanks! Let’s hope somebody works on this!
Forum: Plugins
In reply to: [WooCommerce] Expiration Date Error on CC Checkout 5.4.05.4.1 update did resolve this for my websites. I checked it out this morning. If it isn’t working for you there are links on here and woocommerce.com to contact support. I hope in the future someone tries checking out before pushing an update. The plugins like Authorize.net are sold on WooCommerce.com Just my two cents.
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] cURL Timeouts with Cent OS 6?Resolved. It was the DNS resolvers. Nevermind. Thanks!
Forum: Plugins
In reply to: [Gutenberg] Bullet Points Block / Text Edit FeaturesI’m talking about this feature in Paragraph block:
<!– wp:paragraph {“textColor”:”very-light-gray”,”backgroundColor”:”pale-cyan-blue”,”customFontSize”:20} –>
It doesn’t seem these features apply to list blocks.
It seems like maybe I could add theme support for the lists block?
https://github.com/WordPress/gutenberg/blob/master/docs/extensibility/theme-support.md
Mike Thanks!!! This worked for my install. I’m using forwarding from Go Daddy to Gmail (G Suite).
- This reply was modified 7 years, 7 months ago by Doug.