Forum Replies Created
-
AuthorPosts
-
August 27, 2014 at 1:47 am in reply to: eStore Voucher AddOn – No voucher code field in cart & PDF problem #65171smallatomMember
Hi there,
I updated estore to the newest version and it fixed the problem with the “voucher field”.
One more question though. What’s to stop someone from poaching other people’s gift cards since they are always on a static url? The links seem pretty easy to find, since they are not encrypted or expiring. That’s why I was asking about a pdf since it seems like a downloadable gift card would be safer, especially if it’s not used right away. Am I missing something? Please let me know. Thanks.
September 18, 2012 at 8:15 am in reply to: eStore settings disappeared after hours of functional use (I modified some code) #49110smallatomMemberThanks, I tried that with the php code widget found here [http://wordpress.org/extend/plugins/php-code-widget/]
It just came up as code in my sidebar unfortunately. Is this the php widget you recommend? I just past that in the text field, correct?
September 17, 2012 at 5:55 pm in reply to: eStore settings disappeared after hours of functional use (I modified some code) #49108smallatomMemberAny ideas on this?
September 14, 2012 at 2:54 am in reply to: eStore settings disappeared after hours of functional use (I modified some code) #49107smallatomMemberThanks, but unfortunately that’s what I did already. It leaves a space above the widget where the title would go. Also, I like having the title appear so that it says “Your Cart” or something. So is there no way to get rid of the space or add a title to the widget (that is also hidden) like in your widget? Again, if it can’t be done…is there a way to duplicate your widget? The one widget that came with the plugin is great and seams to do 2 things that the text widget cannot do…it would be great to be able to use many of them.
Thanks.
September 13, 2012 at 11:07 pm in reply to: eStore settings disappeared after hours of functional use (I modified some code) #49105smallatomMemberThanks for the tip. That certainly works but unfortunately it’s falling short in 2 places for me. Hopefully you can point me in the right direction.
I’ve fixed the code with your included widget and it disappears like it’s supposed too, but I need many more just like it so I tried the shortcode you mentioned in a text widget. The problem with this is that if I title the widget “Your Cart”, the title still comes up with no cart underneath. This kind of defeats the purpose for me. Your included widget had a title that was hidden perfectly. Also, if I make a text widget with no title, it includes an extra space above it (from where the title would be). This looks a little strange and unformatted on my site.
So, I’d really love to have a bunch of widgets exactly like the one you included. Is this possible? Or am I able to duplicate your widget somehow?
Thanks!
September 8, 2012 at 6:42 am in reply to: eStore settings disappeared after hours of functional use (I modified some code) #49103smallatomMemberOK, I just fixed it randomly. I realized that a couple hours before it stopped working, that I had modified the wp_eStore1.php so that the widget would hide the cart until items where put in it.
It ended up looking like this:
}
if (!digi_cart_not_empty())
{
return;
}
function show_wp_digi_cart_widget($args)
{
Everything worked well for a while and then the plugin just disappeared. I just got rid of the new code and everything is working well now. Did I make a mistake with the code, or is it something else? I’d love to be able to hide the cart in the widget.
Thanks
September 8, 2012 at 5:25 am in reply to: eStore settings disappeared after hours of functional use (I modified some code) #49102smallatomMemberAlso, this is the url I get with the error /wp-admin/admin.php?page=wp_eStore_settings
-
AuthorPosts