gurnzbot
Forum Replies Created
-
Welp this is embarrassing.
Your screenshots helped me track down the issue. It was on our end.
Seems our front-end guy did the ol’
display: none !important;on that specific element. Why? God knows. Time to go talk to someone.I apologize for wasting your time :/
- This reply was modified 6 years, 2 months ago by gurnzbot.
I don’t entirely follow. I think I’m just being dense and misunderstanding.
Under the
/my-account/edit-address/screen, I only see one address (I expect to see 2).
However within the checkout dropdown I see 2 available addresses (as expected).Here are relevant screenshots.
Hey Matt!
The first shipping address saved for a user still does not show up under My Account->Address Book.
I went through the plugina bit and found the following lines in the
my-address-book.phptemplate, which seem to be skipping the first address since it has an index within the address array ofshipping.// Prevent default shipping from displaying here. if ('shipping' === $woo_address_book_name || 'billing' === $woo_address_book_name) { continue; }Is there a reason to skip the first/default address?
It seems expected that the user would be able to see and edit it within the Address Book plugin.Thanks for any insight!! 😀
- This reply was modified 6 years, 2 months ago by gurnzbot. Reason: Added template name for reference
I had not installed the Subscriptions add-on.
My sincere apologies. I thought it worked out-of-the-box.
Thank you for your quick response!
Forum: Plugins
In reply to: [Affiliates Manager] User roleThank you for the feedback!
Forum: Plugins
In reply to: [Affiliates Manager] User roleCan you expand on your solution? I also have the same issue 🙂