Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Display Price on Collect Details page for ARB and Authorize.net
Tagged: ARB, Collect Details Page, Show Price
- This topic has 11 replies, 2 voices, and was last updated 12 years, 10 months ago by jolson.
-
AuthorPosts
-
December 8, 2011 at 5:22 pm #4982jolsonMember
Hello,
I am using the Authorize.net and ARB options. Everything works great. My question is, after the user clicks on the subscribe now button and goes to the collect details page -I want to display the product and price that they are purchasing – mainly as a nice way for the customer to see exactly what they are buying and the cost etc, so they are sure they are getting what they want.
I have looked through the shortcodes and php code, but I can’t seem to find what I want. I guess it would be similar to the php code
<?php echo eStore_get_total_cart_item_qty(); ?>
Except that I also want to show the name of the product and the price – not just the number of items.
You can see what I have done here. Just click on any product and subscribe.
http://www.lumanetllc.com/shop/
Thanks,
John
December 9, 2011 at 6:43 am #39430adminKeymasterSimply place the shopping cart on your sidebar widget or on that page (you can place the eStore shopping cart anywhere you want). You can do this by adding the shopping cart shortcode on your sidebar or on the collect details page.
December 9, 2011 at 5:50 pm #39431jolsonMemberHi,
I have tried that, and it doesn’t seem to work. The shopping card always says it is empty. You can click on the link I posted before to see this in action. I have the shopping cart displayed at the top of my collect details page. I think the cart thinks it is empty becuase I am using the AIM / ARB integration and not the standard payment / cart info (although I may be wrong about that).
Thanks
John
December 10, 2011 at 4:50 am #39432adminKeymasterThat looks like you have a PHP Session issue. Your PHP session is not working 100%. Contact your hosting provider to fix that and the shopping cart will behave normally. This post will give you more info:
https://support.tipsandtricks-hq.com/forums/topic/php-session-not-working-correctly
December 12, 2011 at 3:24 pm #39433jolsonMemberHi,
The thing is, the shopping cart works fine on other pages, so I don’t think this is a sever issue. See example here:
http://www.lumanetllc.com/shop/test-product
That cart works fine. Same server. I think it is related to the fact that it is using ARB on the other page. Do ARB products update the shopping cart in the same way that a
“regular” product does?
Thanks
December 13, 2011 at 7:17 am #39434adminKeymasterI see.. what version of the payment gateway bundle are you using?
December 13, 2011 at 1:40 pm #39435jolsonMemberLooks like version 1.2.7
-John
December 14, 2011 at 4:43 am #39436adminKeymasterI see the difference now… you are using “Subscription” button on the following page:
http://www.lumanetllc.com/shop/
Whereas on the following page you are using “Add to Cart” buttons:
http://www.lumanetllc.com/shop/test-product
Subscription products does not get added to the cart (recurring payments are different than the standard one time add to cart purchase so they are processed via a separate API). So when you are clicking the subscription button it is not adding to the cart it is simply taking the customer to the payment page for payment.
We can add a function to this plugin that will show the subscription details on that payment page
December 14, 2011 at 1:54 pm #39437jolsonMemberHi,
Yes that would be great to have that functionality so that customers can see exactly what they are subscribing to before they enter thier credit card details. Any idea how long that might take to add? If it may be a while before that is released, is there any other way to make the subscription details available? Any php code I could use etc? – or should I just wait for tthe update?
Thanks!
John
December 22, 2011 at 6:57 pm #39438jolsonMemberHello, any update on this?
Thanks
John
December 23, 2011 at 6:39 am #39439adminKeymasterYeah we added an option so it shows the details of the subscription payment when checking out for ARB. Please get a new build of the plugin from here:
January 3, 2012 at 4:28 pm #39440jolsonMemberAwesome! I just installed the update, and it works perfectly and looks great. Thanks for all of your help.
John
-
AuthorPosts
- You must be logged in to reply to this topic.