jetcrusher
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change which sidebar product cat is highlightedThank you for the reply.
So I’m using the Flatsome theme and the “Shop Sidebar” uses Product Categories widget.
I didn’t explain the category structure correctly. Technically I’m not using Parent -> Child configuration. I have 2 global categories, each product is always assigned to one of those. If we use car analogy, think of it as “All Toyota” and “All Ford”. Then, I have more descriptive categories, eg. Body, Suspension, Electrical. If a product is added to “All Toyota” and Electrical, I want the the Electrical menu to be the active one, not “All Toyota”.
I was able to get this to work for the breadcrumbs using a hook but I can’t figure out how to intercept the data which generates the sidebar widget menu.
(Creating a true Parent -> Child category setup is not an option, there aren’t enough products)
Forum: Plugins
In reply to: [W3 Total Cache] cli flush post not workingA bit more debugging, under wp-content/cache/page_enhanced/domain.com
If I use the admin side purge cache the _index_slash_ssl.html file gets renamed to _index_slash_ssl.html_old until the home page is loaded again and a new _index_slash_ssl.html is created.
This does not happen when using cli command.
I can delete the cache files directly but its a hacky way to do this.
- This reply was modified 2 years, 3 months ago by jetcrusher.
- This reply was modified 2 years, 3 months ago by jetcrusher.
Forum: Plugins
In reply to: [W3 Total Cache] cli flush post not working“wp w3-total-cache flush all”
Does nothing, the response is success but nothing is cleared. The only way I can clear cache is from the WP Admin side, cli commands have no effect.
Forum: Plugins
In reply to: [W3 Total Cache] cli flush post not workingI also tried (homepage is what I’m attempting to purge)
wp w3-total-cache flush post –permalink=/
Response: “Success: The page is flushed from cache successfully.”
same issue, nothing is purged. The page is not updated and response headers still show old date for last-modified.
- This reply was modified 2 years, 3 months ago by jetcrusher.
Neat, that did it, thank you.
Had a look at the plugin, it stores the custom tab content in wp_postmeta table
meta_key:
yikes_woo_products_tabs
meta_value:
‘{s:5:\”title\”;s:7:\”tabname\”;s:2:\”id\”;s:7:\”tabname\”;s:7:\”content\”;s:11:\”Hello World\”;}}’
I would like to have the content from the “content” index of that array searchable.
- This reply was modified 2 years, 4 months ago by jetcrusher.
- This reply was modified 2 years, 4 months ago by jetcrusher.
Thanks Elliot, if I actually get some affiliates going to the point I need to do payouts I’ll purchase the pro but just wanted to point this “issue” out.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Why is adding additional taxes on checkout?You probably have automatic tax collection enabled inside your PayPal account. The plugin does not communicate this with the PayPal account so the account adds taxes on top of whatever was passed in.
Oh ok, I’m assuming the outgoing PayPal Checkout will not stop to function on March 1st correct? I had to revert to using it because I can’t use the current implementation of the new plugin.