WSA
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] No Longer Able to Override Order Complete DateFor clarification – I am talking about the edit order page – I don’t think I am going crazy but I swear the date that on the edit order page used to link to the Order Complete date field and now it updates Order create which should be a control that should not be overridden. I am trying to look up old screenshots of this page and it does not appear that it did say order update Complete date before but I swear that was the field it controlled.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Problems with latest updateI create order quotes essentially for my custoemrs. Set order status to pending payment and send payment link to customer. When they attempt to pay using the link – Paypal Express never works – I have been directing custoemrs to just use the pro – payment option for months. I reported this a long while back and there was some improvement but Express still never worked. I can’t remember if it gives and error at this point or the screen just flashes back when hitting the button. Been awhile since I tried to recreate.
Forum: Plugins
In reply to: [WooCommerce Product Images Slider] New version not working for meOk – it seems to be working for me now. Maybe it was a browser cache issue. Thanks for the good work I will test it some more.
- This reply was modified 7 years, 3 months ago by WSA.
Forum: Plugins
In reply to: [WooCommerce Product Images Slider] Feature RequestThanks but I can’t get 1.3.0 to work. I see your demo working fine. Trying to troubleshoot but none of the admin settings impact anything for me. Changed themes to rule that out and – I turned off all plugins and cache and still not working – just want to make sure the version of the demo you are running is the same as got pushed out. – Going to start a new thread on this in case others are having similar issues.
Forum: Plugins
In reply to: [WooCommerce Product Images Slider] Feature RequestThank you for the update – just installed and I see the admin area but no matter what changes I make it does not seem to impact the gallery. I cleared the cache just in case too. I am using the DIVI theme and can do some more testing but again, it does not seem to matter what the settings are in admin the gallery stays the same – pretty much like is was before.
- This reply was modified 7 years, 4 months ago by WSA.
Forum: Plugins
In reply to: [WooCommerce Product Images Slider] Feature RequestI know it has only been a month and a half but curious if you think you can pull off adding a moving carousel into the the mix? I will gladly donate to the cause and encourage others to do so. You have a wonderful light plugin – even if this was a premium option it would be well worth it.
Again this is the shortcode I use – [featured_product_categories cats=”1437″ per_cat=”9″ columns=”3″]
Hi Yes I am on all the latest versions -WP, Woo also use DIVI theme – all current.
I can do some more testing but you should be able to replicate by doing the following:
Make sure you have a good list of potentially eligible featured products. In my case – I only show the first 9 but I have 20+ featured items.Then make sure one of the first 9 is changed to hidden visibility and refresh. You should only see 8 show up. It is kind of like the hidden items have a place holder empty spot at the end of the results. When I enable their the product visibility they reappear with 9 items showing.
Forum: Plugins
In reply to: [WOO Stickers by Webline] Issue after Update Sale Sticker Flashes on then offI forgot to mention that my original issue of the sale badge flashing on and off changed a bit. It may be related to my DIVI theme but the whole issue went away when I was able to override the woo sale badge in my function.php. Think by you fixing your override it will no longer be an issue either.
Forum: Plugins
In reply to: [WOO Stickers by Webline] Issue after Update Sale Sticker Flashes on then offSorry for the delay in getting back – I missed your response – I have also upgraded to the latest Woo in the meantime and can verify I continue to have issues. These are my observations after a bit of trouble shooting on my side. I changed my theme to twenty fifteen and disabled other image gallery plugins to evaluate.
ALL ISSUES related to Individual Product Page
Issue 1 – When ribbon set to display right – displays on far right of page not image (tested using default 2015 theme all gallery plugins turned off)
see Example Here –
https://www.clipular.com/c/5713058464006144.png?k=kndDeBxmc7M3LJBMuLckbN-fPQQIssue 2 -Don’t think Plugin is overriding woo sale badges – if I turn plugin sale badge to off – default woo badge still displays. In this example New is turned on and sale badge off but both display simultaneously – see image example here-
https://www.clipular.com/c/6435261375578112.png?k=_oRKaCopdUbFFXjVdjwWJKogA00had to add following code to my functions.php to get woo badge to go away
//Remove Sales Flash
add_filter(‘woocommerce_sale_flash’, ‘woo_custom_hide_sales_flash’);
function woo_custom_hide_sales_flash()
{
return false;
}Lastly – When using both a new and Sold Badge – Sold Badge now displays on top of new badge. This is an improvement and I can live with it. Problem is if the type of image used on New is say Ribbon and Image on Sale is Round it kind of looks odd. In my case I would prefer new not display at all if an item is sold out but I know this may not be the case for all users. In an ideal world – there would be an option under the Sold Out area that would let it override both the New and Sale badge if an item is sold out.
See example when both new and sold out are on and Sale is off.
https://www.clipular.com/c/5547421171187712.png?k=HDgVeIEPatQ-4xCiO88lShHno5gForum: Plugins
In reply to: [WOO Stickers by Webline] Issue after Update Sale Sticker Flashes on then offI will make a donation to you all if you fix this on the public version
Forum: Plugins
In reply to: [WOO Stickers by Webline] Issue after Update Sale Sticker Flashes on then offAnother long standing issue that would be good to fix now – If a product is new and sold out and on Sale- the new sticker still shows. I have not tested what happens if it is just NEW and Out of Stock with no sale pricing. But likely an issue too.
Forum: Plugins
In reply to: [Booster for WooCommerce] backward compatible?Thanks for the fast response – keep up the great work – I am a paid Pro user and encourage everyone to support this plugin. Amazing value and service.
I am abandoning this plugin since it appears they do not want to support PHP 7. I too get same error as above checking PHP 7 compatibility. If it is a false positive at least have the courtesy to leave a reply. Not sure how you expect people to upgrade to pro if the most basic needs are not being met on the lite version.
Forum: Plugins
In reply to: [WooCommerce Admin Bar Addition] Correct HTTP/S Form ActionI would like this fixed too. Not major but throws security message on browser. Fixed it manually thanks to you Matt for the post.