jtsn21
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Hi,
Is user also in the wp_post table? I tried checking but I didn’t saw any user there (I have 3 users) but I saw products and product_variations.
Forum: Plugins
In reply to: [WP Store Locator] Show the stores first within a certain categoryHi,
Thank you for the reply. Inside the wpsl_store_data, how can I access the $store_meta array?
is it like this?
foreach ( $stores as $k => $store ) { $store_categories = $store['store_meta']['terms']; foreach($store_categories as $store_cat){ if($store_cat == "featured"){ //add to featured list } } }thanks, it seems that the theme I am using (themify) is not working well with the plugin.
Forum: Plugins
In reply to: [WooCommerce] Downloads in Download page doesn’t workHi,
Even if I set it to ‘Redirect Only method’, the downloads in the Downloads tab still redirects to the homepage plus some parameters.
Forum: Plugins
In reply to: [WooCommerce] Downloads in Download page doesn’t workYes indeed, I am using WooCommerce 5.5.1
Viewing 5 replies - 1 through 5 (of 5 total)