Forum Replies Created
-
AuthorPosts
-
amin007Participant
I have sent you a new version to your email
November 8, 2009 at 12:02 am in reply to: Translation of frontend text – and using other currencies #15857amin007Participant@Janus, yes you can translate the shopping cart text to your local language. The language files are stored in the “languages” directory. If there are not corresponding file for your language then let me know and I will add it.
You can use any Currency that PayPal accepts. So if PayPal accept Danish Kroner then the answer is yes.
November 6, 2009 at 11:50 pm in reply to: First time user, 2 questions. | Error on checkout and removing : #15843amin007Participant@bhadaway, Looks like your server is using PHP4. PHP4 is old and doesn’t support a lot of things but I have a work around for you. I will email you an alternative file which will work fine on PHP4.
2) To remove the “:” after the title, please open the “eStore_button_display_helper.php” file and search for the following:
$var_output .= $variation1_name.” : “;
Once you find it remove the colon( and you are done.
November 4, 2009 at 11:43 pm in reply to: How to change background display for [wp_eStore_list_products] #15835amin007ParticipantPlease open the “eStore_misc_functions.php” file and search for the following two lines:
<tr bgcolor=’#F4F6FA’>
<tr bgcolor=’#E9EDF5′>
This is where the background for the table is being set. Change the color to anything you like.
amin007Participant@photon43, The trigger text for shipping option is
[wp_cart:PRODUCT-NAME:price:PRODUCT-PRICE:shipping:SHIPPING-COST:end]
The following URL has more trigger text (shortcodes) listed:
Regarding the credit card payment… the following link has more explanation:
http://www.tipsandtricks-hq.com/ecommerce/wordpress-ecommerce-knowledgebase-523#paypal_credit_cart
November 4, 2009 at 11:32 pm in reply to: How to change background display for [wp_eStore_list_products] #15833amin007ParticipantPlease share the link of the page where you are using it so I can have a look and see what is going on.
amin007ParticipantI introduced the “PayPal profile based shipping” after 2.4 which is why you can’t see it in the settings menu. I have sent you an updated version in your email.
amin007Participant@johnzena, The plugin goes through a set of post payment verification process after a payment is made. The following URL has a diagram that outlines the verification steps:
The plugin will not give out the link to the customer if any of the above mentioned verification fails. The easiest way to pinpoint what is failing is to “Enable Debug” from the settings menu of this pluign.
When you turn on debug from the settings menu and you will be able to see every step of the transaction processs (IPN validation, product verification etc) in the “ipn_handle_debug.log” file.
Share the content of the debug file and I should be able to tell you what is going wrong.
If however you see the debug file (ipn_handle_debug.log) is empty then make sure your server does not have any firewall that’s blocking PayPal from communicating with this plugin (The “Bad Behavour” plugin is known to stop PayPal from sending Payment Notification to your server). Also make sure you have the “Email Notification & Digital Product Delivery” checkbox checked.
amin007ParticipantWhen you add the shopping cart widget from the wordrpess widgets menu it will display the cart even if it’s empty (It will say something like “Your Cart is Empty”). Are you using the widget to display the cart on the sidebar?
amin007Participant@fthomas, Importing of products from an external source is not available in WP eStore at the moment.
amin007ParticipantThis has been seen on some installations… we have added a fix to resolve this. I have sent you an updated copy of the plugin. Let me know how you go.
amin007ParticipantI am pretty sure you can write your own script to achieve this. You need a script that reads the RSS feed and gets all the Product Information then displays the “Add to Cart” button by calling a function in the eStore and passing the product info to this function.
November 2, 2009 at 7:46 am in reply to: CSS to Display "Buy Now" button like the Fancy Add to Cart button #15776amin007Participantor, use the following shortcode in a post or page to display the “Buy Now” type buttons like the fancy “Add to Cart” button:
[wp_eStore_buy_now_fancy id=1]
1 is the product ID here.
amin007Participant@fthomas, Yes, there is a shortcode to get a ‘fancy’ display of a product for the ‘buy now’ option.
[wp_eStore_buy_now_fancy id=1]
1 is the product ID here. Please note that all the available shortcodes are listed at the following URL. You can download a PDF file for your reference:
The plugin doesn’t have any download restrictions. on my server I can simultaneously download multiple files at the same time.
-
AuthorPosts