Forum Replies Created
-
AuthorPosts
-
TinkBDMember
Hi Mike – Oops! I missed that this was a Simple Shopping Cart question. I use the WP eStore Plugin. Having said that, you might be able to accomplish things in a similar manner. Sorry for the confusion!
For the WP eStore Plugin –
I just ran a test using the Fancy Code, so I ended up with the Product picture, description and Add to Cart button… so yes, it is possible. It stacked things to fit but it doesn’t look bad. Note – on this site I am running one fairly wide (@ 330 Pixels) sidebar on the right.
I used the PHP Widgetify Plugin. You will need to include the full PHP code, not just the short code…
<?php echo show_product_fancy_style(; ?>
I know that you asked about using a Buy Now button, so you might have to do some mods… but definitely, it can be done with the Add to Cart option!
Tink
TinkBDMemberOK… I’ll sort it out and paste it in tomorrow.
TinkBDMemberHi Scott – I am sure Amin or Ivy will be able to answer definitively for you
At the moment, I am doing something similar… in fact, creating the products is today’s task! LOL
I am using an Artisteer theme I created.
I will be using the WP eStore Short Codes to hide the DL links and purchase links on the product info pages that I am creating.
Here is my plan…
I have 2 levels of membership…
I am allowing non-members to see some of the info, hoping that this will encourage them to sign up/join.
Then I am allowing DIFFERENT levels of access for the two membership levels.
The lower level members can purchase and the upper level members can simply DL…. or they will be able to once I get my act together and start working today!
Tink
TinkBDMemberLOL I understand… I’ll go ahead and implement when you have it ready to go. Let me know.
TinkBDMemberWonderful! Any ideas on when it will be ready… I might consider delaying my launch…
Thanks,
Tink
January 26, 2010 at 11:02 pm in reply to: Questions related to eMember, eStore, and WP Affiliate #17519TinkBDMemberOk… LOL
I’ll just break up my purchases, then.
Thanks!
Tink
January 26, 2010 at 6:43 am in reply to: Questions related to eMember, eStore, and WP Affiliate #17517TinkBDMemberCool. I’ll be purchasing eMember sometime tomorrow. If I buy it tonight, I’ll end up pulling an allnighter and playing! LOL
Do you have an eMember and Affiliate package? I just realized that they are both single site licenses…otherwise, I’ll wait and add the Affiliate options later on.
Tink
January 26, 2010 at 6:08 am in reply to: Questions related to eMember, eStore, and WP Affiliate #17515TinkBDMemberThanks for the clarification, Ivy…
Just to be clear, would an Affiliate get credit (paid) for sending someone to sign up, as well as get credit (paid) anything that new member purchased?
Tink
January 10, 2010 at 9:21 pm in reply to: Is there a way to always show the shopping cart on a page? #17142TinkBDMemberHi – Can’t you just put the short code on the page?
<?php echo eStore_shopping_cart(); ?>
Also, that is the code I used with the PHP Widgetify Plugin…
Tink
PS – The Plugin page says:!IMPORTANT! You must use tags for the code to be recognized.
so be sure that you are using
<?php echo eStore_shopping_cart(); ?>
not just:
eStore_shopping_cart()
January 10, 2010 at 7:14 pm in reply to: Is there a way to always show the shopping cart on a page? #17140TinkBDMemberYou can add the short code <?php echo eStore_shopping_cart(); ?> to a PHP widget and put it in the sidebar.
I just ran a quick test with the PHP Widgetify Plugin and it worked well.
Here is a link to the plugin page:
http://wordpress.org/extend/plugins/php-widgetify/
HTH,
Tink
TinkBDMemberHi Amin –
In the Sandbox accts, you need to have ALL of the accounts (both Seller and buyer accts) set on Payment Review – Disabled, which is actually the default setting.
HTH,
Tink
December 14, 2009 at 11:40 pm in reply to: Integrate Affiliate Plugin with Aweber List for Affiliates? #16718TinkBDMemberThat would be wonderful. Let me know when you get to it.
Thanks,
Tink
TinkBDMemberPayPal came to my rescue and all is well. Thank you for a GREAT plugin and terrific support!
Tink
TinkBDMemberThanks, Amin
I’ll contact PP tomorrow. I have checked every setting I know of and they are all what they are supposed to be… sigh…
Thanks again,
Tink
TinkBDMemberHi Amin – Here is the “ipn_handle_debeg.log” file for the last transaction:
******************
[12/11/2009 10:02 AM] – SUCCESS :Paypal Class Initiated by XXXXXXXXXXXXXX
[12/11/2009 10:02 AM] – SUCCESS :Post string :[redacted]
[12/11/2009 10:02 AM] – SUCCESS :Connection to http://www.sandbox.paypal.com successfuly completed.
[12/11/2009 10:02 AM] – SUCCESS :IPN successfully verified.
[12/11/2009 10:02 AM] – SUCCESS :Creating product Information to send.
[12/11/2009 10:02 AM] – FAILURE :The Fund have not been cleared yet. Product will be delivered when the fund clears!
[12/11/2009 10:02 AM] – FAILURE :IPN product validation failed.
[12/11/2009 10:02 AM] – SUCCESS :Paypal class finished.
***********************
Hmmmm…. this isn’t looking good?
[12/11/2009 10:02 AM] – FAILURE :IPN product validation failed.
What should I do about any of this? LOL
Again, sorry to be a PITA
Tink
-
AuthorPosts