Forum Replies Created

Viewing 15 Topics - 1 through 15 (of 36 total)
Author Posts
March 29, 2015 at 4:43 am in reply to: Customer cannot see product detail 40204
Ryan Ryan

Hi Atilla,

I noticed each of your posts refers to the 404 error. Your problems should be solved when you fix your permalink settings.

Please navigate to:

WP Dashboard > Settings > Permalinks

Then set your permalinks to:
Common Settings = “Post Name”
Product Permalink Base = “Product Name”

If that works, you can mark this topic as resolved 🙂

March 8, 2015 at 4:04 am in reply to: seller cannot upload images to their seller pages 38486
Ryan Ryan

Hi Bill,

To possibly help with you #2 – I experienced the same issue within previous versions. Not sure if this is the same problem you are experiencing, but my fix was:

1. Navigate to WooCommerce > Settings > Checkout > to turn off SSL and save settings.
2. Turn back on SSL and save settings once again.

Hopefully that helps. Good luck! 🙂

January 22, 2015 at 1:06 am in reply to: Registration Spam – Captcha Plugin 34777
Ryan Ryan

Thank you Martin! I will take a look and see what the results are. 🙂

January 19, 2015 at 11:47 pm in reply to: Unable to Update Store Information from Setting Web Page 34540
Ryan Ryan

This issue is still present in 1.4.

The problem is the same just a different missing character.

'address' => strp_tags( $_POST['setting_address'] ),
'address' => strip_tags( $_POST['setting_address'] ),

The code now reads:
'address' => stip_tags( $_POST['setting_address'] ),

and should be:
'address' => strip_tags( $_POST['setting_address'] ),

January 19, 2015 at 11:07 pm in reply to: Variable Products & Stock qty not working 34539
Ryan Ryan

Hello Nayem,

Version 1.4 still has not fixed the stock management problem for variations.

We added three variations – Color Pink, Green, Blue. Each Color has 2 qty. However, the system still only takes the first qty field and thinks the total amount of qty is 2 instead of 6.

We have tested multiple times and the issue is still present. 🙁

January 17, 2015 at 12:27 pm in reply to: Variable Products & Stock qty not working 34334
Ryan Ryan

That worked, thank you. Looking forward to the upcoming release.

January 17, 2015 at 12:21 pm in reply to: Variable Products & Stock qty not working 34332
Ryan Ryan

Ok, What about #3 above?

Thank you 🙂

January 17, 2015 at 11:38 am in reply to: Variable Products & Stock qty not working 34328
Ryan Ryan This reply has been marked as private.
January 17, 2015 at 11:09 am in reply to: Variable Products & Stock qty not working 34322
Ryan Ryan This reply has been marked as private.
January 16, 2015 at 8:37 am in reply to: Variable Products & Stock qty not working 34275
Ryan Ryan

I dont know why it did save. Your account is now active as admin. Sorry

January 14, 2015 at 10:51 pm in reply to: Variable Products & Stock qty not working 34137
Ryan Ryan This reply has been marked as private.
January 13, 2015 at 11:56 pm in reply to: Variable Products & Stock qty not working 34082
Ryan Ryan This reply has been marked as private.
January 13, 2015 at 10:24 am in reply to: Variable Products & Stock qty not working 34012
Ryan Ryan

Hi Nayem, Thank you. I provided those details yesterday. I appreciate it 🙂

January 12, 2015 at 9:09 pm in reply to: Variable Products & Stock qty not working 33980
Ryan Ryan

Hi Nayem,

Yes, you are correct that you did the qty save fix previously. However, that was on version 1.2 and we have updated to 1.3 since then. We are hoping to launch the site sometime this week and this is one of the last remaining fixes needed until 1.4 is released.

I appreciate your help. Thank you sir!

January 12, 2015 at 10:41 am in reply to: Variable Products & Stock qty not working 33906
Ryan Ryan

Hi Nayem,

I noticed your most recent reply here: http://wedevs.com/support/topic/moved-reply-to-variable-products-stock-qty-not-working/#post-33798

We are a priority support customer, could you please make this fix for us. I have sent ftp details.

Thank you!

Viewing 15 Topics - 1 through 15 (of 36 total)