Forum Replies Created
-
AuthorPosts
-
wpCommerce
ModeratorBasically the plugin is trying to open the file with fopen. But it couldn’t open the file so it’s showing the error. If everything works fine you can ignore that message for now.
Did you check pasting the thumbnail Image URL on a browser to see if it’s actually a valid URL?
January 13, 2011 at 3:51 am in reply to: Subscribe Button does not link to PayPal only to subscribe button image #27971wpCommerce
ModeratorHi, How did you configure the product that you are using for subscription type button?
Did you provide at least the following information?
In the “Product Details” section
a) Product Name
In the “Subscription/Recurring payment specific settings” section
a) Recurring Billing Amount (e.g. 5.00)
b) Recurring Billing Cycle ( e.g 1 month)
wpCommerce
ModeratorYou don’t need to protect the registration page at all as your visitors will sign up for membership on that page. But you can do it for “Edit member profile” page. This way members of different membership levels will be able to view their profile after they log in and if the non-members land on that page it will ask them to log in to view their profile.
wpCommerce
Moderatorhmm not sure why it’s not working. It’s working on my test site though. May be your theme is not letting it change as it already has a CSS for thumbnail specified.
Try changing it to the following piece of code and let me know if that helps –
.thumb-image{
width:200px !important;
height:200px !important;
}wpCommerce
ModeratorOpen the “wp_eStore_style.css” file and search for –
.thumb-image{
width:125px;
height:125px;
}Once you find it replace with –
.thumb-image{
width:200px;
height:200px;
}Let me know how it goes.
wpCommerce
ModeratorHi, WP eStore is compatible with WP 3.0.4. Can you please explain the issue in detail?
wpCommerce
ModeratorYou will have to manually create the pages and place your products there. There is no option to automatically create separate pages.
wpCommerce
ModeratorPlease get the latest version of the plugin from here –
You basically follow the same instruction outlined here except the template file (there is a new template file that you should use for add to cart buttons):
http://www.tipsandtricks-hq.com/ecommerce/nextgen-gallery-alternate-integration-method-805
The template is stored in the “view” directory of the eStore plugin and is called “gallery-wp-eStore-auto-addtocart.php”.
You can use the following shortcode to use this template:
[nggallery id=1 template=wp-eStore-auto-addtocart]
1 is the ID of the nextgen gallery.
January 10, 2011 at 3:10 am in reply to: 'Page Not Found' when adding/removing products from Cart #27873wpCommerce
ModeratorCan you please post a link to the page where you are having the issue?
January 7, 2011 at 4:57 am in reply to: Do I have to Host All My Sales and Landing Pages On The WordPress Site? #27838wpCommerce
ModeratorHi, WP Affiliate is a WordPress plugin. Like every other wordpress plugin it only works for your wordpress install. So if your landing page is not a WordPress page or post the plugin can’t work and obviously the number of clicks and the affiliate won’t be tracked by the plugin.
wpCommerce
ModeratorIf you are still having problem then delete the page and create a new one to test it out.
wpCommerce
ModeratorHi, i didn’t see any difference between the two pages. Everything looks fine to me.
January 5, 2011 at 3:30 am in reply to: the shipping fee is not included in the checkout price #27741wpCommerce
ModeratorCan you please post a link to the page where you are having the issue?
wpCommerce
ModeratorBefore you put that button URL in the shortcode you should always try pasting it in the browser to see if the URL is valid. I tried to check the URL but doesn’t look like it’s a valid URL.
wpCommerce
ModeratorDid you replace the URL with your actual button image URL? Please also post a link to the page where you are using the shortcode.
-
AuthorPosts