Forum Replies Created
-
AuthorPosts
-
amin007Participant
Updated the plugin to track the sales counter for “Download Now” buttons too. Please get a new build of the plugin from here to get this option:
amin007ParticipantI am guessing you figured out that you needed to use a proper shortcode to embed your mp3 player (that player on the above page is working fine now).
amin007ParticipantWP eStore does not have any option to where the product thumbnail becomes an anchor of the lightbox ultimate plugin which can in turn popup the video. This is actually not possible due to the vast number of lightbox variations that the lightbox ultimate pulgin has (if there was only one type of lightbox then this would have been an easy task).
This post should give you some ideas as to how you can embed a video popup option in the description section of the product (this may serve as a workaround for you):
amin007ParticipantThis is actually not a simple 4/5 lines code change. The password field is not as plain as it seems to you. It is encoded using a md5 encryption (one way encryption) so when you change this behavior you will have to change it in a lot of places and things will definitely break (I wouldn’t recommend trying this if you are not a seasoned PHP developer).
amin007ParticipantUpdate: We have created an addon that can allow you to create a Google base feed for your eStore products.
Nope, eStore doesn’t have that feature.
amin007ParticipantPlease try installing a fresh version of the plugin (in case a file got corrupted). You can get a fresh build of the plugin from here:
https://support.tipsandtricks-hq.com/update-request
If that doesn’t help please create a test affiliate account and share the details along with the affiliate login page so I can log in and check it out.
amin007ParticipantYou don’t need to create two products. The members are not going to purchase it to get the product so simply create a “Download Now” button for this product and place it in the protected section so only members can use that button and download it directly (for download now type button the price field value does not matter).
amin007ParticipantNo, There is no option to make the login form show in one line. If you are a developer then it may be possible for you to tweak to code to make the login form appear in one line.
Here are the CSS class names
Text input - eMember_text_input
Button - eMember_buttonamin007ParticipantPlease also post the debug from the “subscription_handle_debug.log” file. I am guessing your Paypal profile ID starts with “I” (meaning you have an I-type subscription). Can you please verify this for me? The subscription “end of term” IPN is sent differently based on our PayPal profile type.
Also, exactly what value did you put in the “subscription duration” field of this membership level?
July 30, 2011 at 1:37 am in reply to: WP eStore 5.2.8 not allowing visitors to see shopping cart unless logged in #34911amin007ParticipantSounds like a caching issue to me. Do you have a caching plugin installed on this site?
amin007ParticipantNo need to use duplicate pages. Simply use section protection of eMember. eMember’s section protection lets you protect a section of a page. This allows you to keep the download button section protected so only members can download freely. Non-members can use the buy button to purchase the item. Please read the section protection documentation of eMember to learn more.
July 30, 2011 at 1:32 am in reply to: Getting an error with the payment gateway bundle plugin #34833amin007ParticipantI sent you an email to access to your test environment.. I will jump on your site and check this out.
amin007ParticipantPlease post a link to your products page so I can see the error myself which will give me a better idea of what it can be.
amin007ParticipantYou entered it in the “extra info” field right? So your field nave value should be “sexuality”, the field type should be “dropdown”, the extra field info should have the following:
1=>Bisexual,2=>Asexual,3=>Transexual,4=>Straight, 5=>Lesbian,6=>Gay,7=>Questioning,8=>Prefer not to say
Finally the field order should have a number the corresponds to where you want to place this custom field.
amin007ParticipantYou should be able to modify the following block of CSS in the “views/affiliate_view.css” file to change the background of the text field:
.user-edit, .user-select, .loginform #txtbox, #regForm input[type="text"], #wp_aff_txtbox, #dateform input[type="text"]{
background: #f9f9f9;
border: 1px solid #ccc;
box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
padding: 2px;
margin:3px;
}Probably just delete the background.
-
AuthorPosts