Forum Replies Created
-
AuthorPosts
-
intern007Member
Awesome, it works!!
intern007MemberThanks
intern007MemberWhat’s the latest stable build version, I’ve got “WP eMembers v5.6.5”??
Thanks
intern007MemberI think I spotted the problem in the ’emember_pages_settings.php’ file where you initialize the form elements variables, the one for ‘street’ is missing See it here…
I thought I had the latest version of the plugin bought about a month ago, I’m surprised that others haven’t noticed it.
intern007MemberThanks, it worked!
Great product!!
intern007MemberThank you for your prompt response.
intern007MemberGot it figured out, I was passing as parameter the wrong button type:
show_wp_eStore_fancy4(1,$button_type=1)
Where for “Buy Now” button it should have been:
show_wp_eStore_fancy4(1,$button_type=2)
I guess what confused me is that the shortcode [wp_eStore_fancy4 id=1] doesn’t allow for passing a button type parameter, it defaults to button type 1 (which is not a Buy Now), so the only way for me to get this to work was to look through your code and find the function behind the shortcode, and then I realized that I have control over the button.
Cheers
-
AuthorPosts