Forum Replies Created
-
AuthorPosts
-
July 22, 2016 at 1:55 am in reply to: member-login/?emember_logout=true – not picking up the correct hostname #73741
admin
KeymasterAlso, check the pages/forms settings menu in eMember. Make sure the login page’s URL is using the correct site’s URL there. And you should be using the FULL URL of the login page in that field. (don’t use relative URL unless you know what you are doing).
If you have transferred or migrated the data from one server to another (where the URL is different) then you need to go through the settings menu to update ALL URL values so it reflects the appropriate page URL.
July 21, 2016 at 2:28 am in reply to: estore – how can I include addon products to the selected product #73730admin
KeymasterIf you have a small number of options then you could create separate eStore products for them also.
So you would create the following two eStore products:
The Plugin
The Plugin + Installation
Then put two buy now buttons on your landing page for them. Your customer can click the button they want to buy.
July 20, 2016 at 1:55 am in reply to: Remove Product or Product Category from being part of the Affiliate Program #73720admin
KeymasterThis functionality is available for WP eStore and WooCommerce.
You an get the woocommerce product specific commission addon here:
July 20, 2016 at 1:35 am in reply to: Is there a widget to give WP eMembers access to their past reviews? #73705admin
KeymasterWP eMember doesn’t do anything with reviews. Membership plugin usually doesn’t handle what you have asked. WP eMember plugin is all about membership permission and controlling which member can see what content.
You will need to find a plugin that does that. There should be review handling plugins that allow you to do what you are after.
July 19, 2016 at 3:08 am in reply to: eStore product fancy display shortcode modification – Can I hide description? #73718admin
KeymasterYes, you should be able to do that with a CSS tweak. However, first make sure there is no pre-made display template that meets your requirement already:
https://www.tipsandtricks-hq.com/ecommerce/stylish-product-display-options-for-wp-estore-829
Do the following to hide the description area in the fancy7 display template.
1) Grab this plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Add the following CSS tweak in there to hide the description:
.eStore_fancy7_description{
display: none;
}
July 19, 2016 at 2:57 am in reply to: Is there a widget to give WP eMembers access to their past reviews? #73703admin
KeymasterAre the reviews like WP custom posts? Are you using a plugin to handle those reviews? Does that plugin offer an option so WP Users can edit their review?
July 19, 2016 at 2:54 am in reply to: Multiple Domains – Varied Commissions for Different Products #73285admin
KeymasterI have replied to the email. Google did give me a warning on the email that you sent to me. So not sure if that has something to do with the email getting blocked.
July 18, 2016 at 3:57 am in reply to: Multiple Domains – Varied Commissions for Different Products #73283admin
KeymasterI don’t fully remember what I did for you (I will need more info as to what customization was done for you). However, the following shortcode is DEFINITELY NOT going to work for what you explained:
[wp_affiliate_your_id]
That one is a an standard shortcode in our plugin that shows the affiliate ID of the CURRENTLY logged-in affiliate. So if a user tries to view a page with that shortcode when logged into the system, it will produce that message and that is the CORRECT behavior.
A BETTER shortcode for you to use would be the following. It will show the affiliate ID (if any) for the referred visitor (who is viewing the page):
[wp_affiliate_referrer]
You would need to reply to the email conversation we had for your customization. That email will have critical info in terms of what was actually done for you. I most likely developed a NEW shortcode for you which does something different (you may have forgotten about that other shortcode).
admin
KeymasterIn addition to what @wzp said, are you using any caching plugin or is your hosting provider using caching on there end? Did you enable the ajax option by any chance? If you did, then disable that feature from the advanced settings and then test.
admin
KeymasterYes, the HTTPS redirection code needs to be at the top of the htaccess file to be effective. By default the plugin should put it at the top.
Looks like you are all sorted now.
admin
KeymasterFacebook automatically picks an image from your landing page (the target page). So it won’t be the banner you specify. It will be one picked by Facebook from that page. Nothing we can do there unfortunately.
The affiliate referral will work fine when users click on the posted ad.
July 17, 2016 at 3:06 am in reply to: Removing the automated Space between {slm_data}{product_specific_instructions} #73699admin
KeymasterHere are the files that you should look into to modify:
For {slm_data}
Look in the following file:
software-license-manager/includes/slm-third-party-integration.php
Search for the following line in that file:
$license_data = “n” . __(‘Item Name: ‘, ‘slm’) . $retrieved_product->name . ” – ” . __(‘License Key: ‘, ‘slm’) . $slm_key;
For {product_specific_instructions}
Look in the following eStore plugin file:
eStore_post_payment_processing_helper.php
Search for the following line in there:
$product_specific_instructions .= “n” . $retrieved_product->item_spec_instruction;
We never close our forum topics (there will always be a reply to a valid question from our users). So nothing to worry there. Please note that it can take upto 24 hours for a reply though.
admin
KeymasterNothing we can do in our plugin unfortunately. You can turn off that fancy login option as that is an optional feature of the plugin.
July 16, 2016 at 4:30 am in reply to: Removing the automated Space between {slm_data}{product_specific_instructions} #73696admin
KeymasterIt has a newline character so the data is put on a new line (to make it more readable in the email). Are you referring to that newline character?
Or is there an space character also that I am not seeing?
admin
KeymasterLet investigate why the ‘store’ page is not being caught by the htaccess rule set by that HTTPS redirection plugin.
Can you please copy and paste the content of your .htaccess file?
The store page is part of the same wordpress install (you don’t have multiple installs of WP there right)?
-
AuthorPosts