Forum Replies Created
-
AuthorPosts
-
amin007Participant
It is your hosting provider’s duty to give you a working web server (this is what you are paying them for). Godaddy is a little bad when it comes to shared hosting and support. Contact them again and tell them that you are getting an error when an application starts the session and they should understand. Sometimes it helps if you contact the tech guy because they understand the issue better.
amin007ParticipantThat shortcode can take another parameter “show_price” which can be used to turn off the display of the price field. The following should do it:
[wp_eStore_fancy_display id=497 type=4 style=3 show_price=0]
amin007ParticipantYes you are right.
I can add an additional parameter for that shortcode which will allow you to specify an “exclude” list.
The quickest way is to modify the values in the database. There is a table called category relations table. It is a simple table with product and category IDs. You can create a CSV file then import it into that table. This article should help:
amin007ParticipantWe changed the implementation of the user directory listing feature slightly. Each member’s details view (when you click on a members username it brings up the details view) will show the fields that you specified in the “Edit Profile” form settings section. So if you are showing the “phone” field in the profile section then it will also be shown in the members details view from this user directory shortcode. Does that help you or you wanted to show the phone field inside the table where there are only 4 fields shown?
amin007ParticipantI don’t know of any but it peaked my interest so I will look into this some more and see if I can come up with something.
amin007ParticipantRegarding the sending of notification to Vervante…. We have made it so the plugin can send the sale notification email to multiple email address (this might be helpful in this condition).
Anyway, I did take a look at the kunaki integration and it doesn’t look very hard but there is just not enough eStore customers who want this so adding this to the plugin is not justifiable.
It will be best if you hire a developer and custom develop the XML script. Essentially, its just a matter of getting the product info from the database and formatting it in a way that Kunaki will understand.
amin007ParticipantAccording to the debug I can see that the account is getting set to unsubscribed which is good. It means if 20 weeks (the subscription duration you set in the membership level) have passed since the member’s join date, the account will be inactive at that time rather than right now.
Subscription cancellation received! Member account set to unsubscribed.
Two questions for you:
1. Can you please tell me what you see in the “Account State” field for this member when you edit his/her profile from the eMember’s admin dashboard?
2. You cannot log into this account anymore after this point?
amin007ParticipantYou should not have to change any code in the plugin to get MailChimp integration to work. The plugin is capable of retrieving the ID of a list from the list name that you specify. What version of the plugin are you using?
amin007ParticipantThis requires a bit of CSS knowledge but essentially you can wrap the buttons in a float left div to stack them side by side. Copy and paste the following in the “HTML View” of your editor (this is HTML code so need to be pasted in HTML view) and it should do the job.
<div style="float:left;">
[wp_eStore_buy_now:product_id:1:end]
</div>
<div style="float:left;">
$2.99
</div>
<div style="float:left;">
[wp_eStore_buy_now:product_id:2:end]
</div>
<div style="float:left;">
$2.99
</div>
<div style="clear:both;"></div>Essentially you are just wrapping every element in a float left div and then finally clearing the float using a clear float at the end.
amin007ParticipantYes, you can continue to use the “PHP mail script” and it will work just fine (on some servers this option works better which is why the option exists there).
August 1, 2011 at 12:50 am in reply to: CSV to DB – two v1.6 in circulation, one causing errors for me #33182amin007ParticipantUpdated the wordpress.org repository with a new version where I fixed this up and made the algorithm a little more robust.
amin007ParticipantYes that is possible.
amin007ParticipantI totally forgot. It should have a section for it in the usage document if it does. The lightbox ultimate one can do anything the standard lightbox plugin can do plus way more. So I don’t think you will need to use the standard one since you already got the ultimate one.
amin007ParticipantYou mean on the page that pops up when you click on a member?
amin007ParticipantUpdated the plugin to track the sales counter for “Download Now” type button too. Please get a new build of the plugin from here to get this option:
-
AuthorPosts