Forum Replies Created
-
AuthorPosts
-
July 9, 2011 at 12:21 am in reply to: Authorize.net customer ID editable by user on checkout page #34125amin007Participant
Customer ID is always uneditable (yes it is sent to auth.net as a hidden variable). Can you please post a link to your products page so I can go there check out to see how the customer ID looks in your case?
amin007ParticipantOkay, if you are talking about integrating the following 3 plugins (all of these are Tips and Tricks HQ plugins) then there is nothing special you have to do to integrate them (they come pre integrated):
– WP eStore
– WP Affiliate Platform
– WP eMember
If you are offering paid membership (you want to charge money for membership) then you will need to create the payment buttons using eStore. This article will explain how you can hook a payment button with a particular membership level:
There is a video tutorial on that page which should make it clear.
amin007ParticipantNope, the affiliate plugin is designed to work as a self serving platform. A visitor lands on your site and if they want to become an affiliate then they signup for an account and receives the welcome email.
amin007ParticipantYou can use option 2 explained on this page which lets you embed the affiliate area inside a WordPress page (giving you control over the URL customization):
http://www.tipsandtricks-hq.com/wordpress-affiliate/setting-up-the-affiliate-viewarea-315
amin007ParticipantPlease post a link to your products page so I can go there and add an item to the cart and checkout the behavior.
Have you added shipping for the items that you are adding to the cart?
amin007ParticipantYes, you can change the language in the PHP files but this requires a bit of coding knowledge.
July 8, 2011 at 11:56 pm in reply to: http/1.1 Byte Range error (encrypted download Link) on iOS #34113amin007ParticipantAre you using WP eStore’s default download method or have you modified this in the settings?
You probably just need to add the “m4v” extenstion to the list of mimetypes. Open the “lib/mimetype.php” file from eStore and look inside the “privBuildMimeArray” function. It has a list of known file extensions. You can add “m4v” to that list with it’s proper mimetype.
You can also zip the “m4v” file and then serve the download as a normal zip file. The customer knows to unzip a file after they download a zipped file.
July 8, 2011 at 11:46 pm in reply to: php function for shopping cart display in child theme template #34111amin007ParticipantThe following line should help:
<?php echo wp_digi_cart_always_show(); ?>
When you place the above line anywhere on your theme’s template file it will show the shopping cart just as it does for the [wp_eStore_cart] shortcode.
amin007ParticipantUpdate: We now have an addon that you can use to customize the manual checkout form fields:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-manual-checkout-form-builder-addon-3119
These posts should give you some pointers:
– https://support.tipsandtricks-hq.com/forums/topic/how-to-modify-contactform-of-manual-checkout
– https://support.tipsandtricks-hq.com/forums/topic/make-more-fields-required-in-manual-purchase-form
amin007ParticipantI have sent you an email to get site access so I can check it out.
amin007ParticipantYou can’t translate the admin side. We don’t offer that option in our plugins. Only text that is visible to your customer can be translated to your preferred language.
amin007ParticipantCan you please post a URL to the page where you took this note from so I can better understand the context? What Tips and Tricks HQ plugins are you using yourself?
July 8, 2011 at 12:44 pm in reply to: Two issues – White Screen after Add to Cart + download link not appearing. #34092amin007ParticipantI asked what value you put in the “Checkout Page” field. Please post the URL that you have put in the “Checkout Page” field.
You have an image as your left bracket([) in the shortcode which is why its not working on the thank you page. Please copy and paste the following and it should work:
[wp_eStore_transaction_result:end]
amin007ParticipantWhen I go to the following page I can add this product multiple times and it takes me to the checkout page and shows the items correctly:
http://www.underweardog.com/?page_id=101
What am I really looking for?
July 8, 2011 at 12:35 pm in reply to: URL to return to page after checkout works but not displaying correctly #34025amin007ParticipantUnless you have a business PayPal account it won’t show your business name. Anyway, this is something PayPal should be able to help you with.
-
AuthorPosts