368durham
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Ability to Mark Existing Ad as FeaturedHey Greg,
That’s actually pretty great! This will work.
Thanks again.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Subscription for postingYeah, of course.
It should also be mentioned the Subscribe All the Things plugin I was using is no longer actively developed. They have switched over to being sold by Woocommerce and called All Products for WooCommerce Subscriptions. I haven’t set it up to use the new plugin yet, I just wanted to confirm if it would work before purchasing it.
Although I doubt it will make a difference, I’ll let you know if I run into any problems.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Subscription for postingHey Greg,
I just wanted to follow up and let you know I figured out a way to make this work. Essentially if you use Woocommerce Subscriptions & Subscribe All the Things (free extension for Woocommerce Subscriptions, available on github) you can modify a file in the Subscribe All the Things to recognize advert_single as a product.
For Subscribe all the things, you need to modify woocommerce-subscribe-all-the-things.php on line 308:
return apply_filters( 'wcsatt_supported_product_types', array( 'simple', 'variable', 'variation', 'mix-and-match', 'bundle', 'composite' ) );
Change to:
return apply_filters( 'wcsatt_supported_product_types', array( 'simple', 'variable', 'variation', 'mix-and-match', 'bundle', 'composite', 'advert_single' ) );
- This reply was modified 5 years, 6 months ago by 368durham.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Subscription for postingOkay, thanks for the reply.
Do you think it would be possible by using a membership plugin and restricting the adding/listing forms by membership level? Just trying to think outside the box.
Forum: Themes and Templates
In reply to: [OceanWP] Multi-Step Checkout Back To TopGreat, thank you!
Forum: Themes and Templates
In reply to: [OceanWP] SYNTAXERROR: UNEXPECTED TOKEN IN JSON AT POSITION 0Sure, will do now.
Forum: Themes and Templates
In reply to: [OceanWP] SYNTAXERROR: UNEXPECTED TOKEN IN JSON AT POSITION 0Both the storefront theme & twenty-seventeen theme do not produce the error.
Forum: Themes and Templates
In reply to: [OceanWP] SYNTAXERROR: UNEXPECTED TOKEN IN JSON AT POSITION 0I was originally trying with the multi-checkout page but reverting back to the default page still produces the same error.
Additionally I do not have any plugin that is modifying any checkout fields or the checkout process.