aliferis
Forum Replies Created
-
Forum: Plugins
In reply to: [AWSM Team - Team Showcase Plugin] URGENT: On Click scrolls to topI have the same issue with pro plugin – can you post solution ?
thanks
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] MailChimp Automation Didnt WorkThanks for your response
on this issue of connected sites – I can see in MC account that store is logging the order and the sales revenue in MC
Does this mean the site is properly connected for the purpose of automations ?
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] MailChimp Automation Didnt WorkThe test user is in the MC audience and all the test activity is logged (the purchase) in the users MC profile – including the revenue, etc.
The only thing that did not work was the automation to the test user (triggered by a purchase of a product)
I got the initial Woo order notification but not the MC automated email
Joe
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] MailChimp Automation Didnt WorkHi
I have had issues with MC automation too.I cannot get any automation emails to work. I have tried a couple, based on a Woocommerce order
Any ideas ?
Joe
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Product ID in shortcodeHi
Still hoping for a solution
I would like to be able to dynamically build the Wishlist button (add to Wishlist) after user selects form a standard drop down list – so I can add the product ID dynamically
using JS
Cheers
Joe
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Product ID in shortcodeHow can I do this with jQuery ?
OR you can move a rendered button to the desired place in DOM on page load.
thanks for your help
Joe
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Product ID in shortcodeSorry – I think I need to do this
OR you can move a rendered button to the desired place in DOM on page load.
I am trying to use Jquery after page load to generate a Wishlist button with a product ID
The ID comes from a user select form in the page
So, can add a button with an ID variable into the DOM with Jquery ?
thanks
JOe
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Product ID in shortcodeI tried this but it does not work
jQuery(this).parents().children('.wishlist').html('<div class="tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart"> <div class="tinv-wishlist-clear"></div><a><span class="tinvwl_add_to_wishlist-text">Add to Wishlist</span></a><div class="tinv-wishlist-clear"></div> <div class="tinvwl-tooltip">Add to Wishlist</div> </div>');
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Product ID in shortcodeThank you – this works. I now realise I am attempting to load the shortcode after the page has loaded, using AJAX so it won’t work to do something like this
(in an on change in a form select field)
‘ jQuery(this).parents().children(‘.wishlist’).html(‘[ti_wishlists_addtowishlist product_id=”‘ + chosen_id + ‘”]’);
‘
Is it possible for me to call the underlying function?
(so I can load into the page with AJAX) ?
Thanks again
Joe
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] People get signed up without ticking the boxMe too.
We really need to be able to disable this feature
We only want users that opt in to subscribe at checkout to be added to our MC audience
All other users are saved in Woo database along with their order
Thanks
Joe
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Badge in cartForum: Plugins
In reply to: [YITH WooCommerce Badge Management] Badge in cartthanks – uploading pics
functions.php
plugin config
Item in shop – with badge
item in cart – with no badgehttps://drive.google.com/file/d/1tyAhnSGw5vMNgWZ-tUVSylEVjoOB7dev/view?usp=sharing
https://drive.google.com/file/d/10meGvSnFsg2CB-ir4nvycIRSZN4fmOme/view?usp=sharing
https://drive.google.com/file/d/1QzDdnolFjfE7SE17-AdgvMl5KHKoaqIK/view?usp=sharing
https://drive.google.com/file/d/1bu6YAHAW9sO5x-2Fc9MpQ84Qph1JPT1_/view?usp=sharingcheers
Joe
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Badge in carthi . I still need help to achieve this
thanks
Forum: Plugins
In reply to: [Redirection] Site Alias and SEOha ha – yes. who knows what makes Google happy except ad revenue
I meant that I an redirecting the SEO of the old domain to the new domain with this method ?
So, for me, instead of making a table of individual redirects, since the site is a mirror of the old one, simply on a new domain, I can achieve the same effect with a single alias
Joe
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Badge in cartI created a staging site and switched it to default twenty seventeen theme and added this to the functions file
add_filter(‘yith_wcbm_allow_badges_in_cart_page’, ‘__return_true’);
no badge showing in cart
badge shows in single product view ok
Joe