Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › There is no Manual Checkout Button
Tagged: manual chekout
- This topic has 7 replies, 2 voices, and was last updated 14 years, 3 months ago by amin007.
-
AuthorPosts
-
July 29, 2010 at 2:34 pm #1582shahrulMember
When i choose a manual payment method, there is no manual button only paypal button shows
thanks
July 30, 2010 at 3:49 am #22890amin007ParticipantPost a link to the page pleas so I can take a look.
July 30, 2010 at 1:41 pm #22891July 31, 2010 at 1:54 am #22892amin007ParticipantYour site has many JQuery issues. The theme you are using is including it’s own version of JQuery:
http://www.urbanheadline.com/wp-content/themes/rttheme9/js/jquery-1.3.2.min.js
This poor coding. WordPress comes with JQuery and it should be included using the “wp_enqueue_script” function call:
http://codex.wordpress.org/Function_Reference/wp_enqueue_script
This post should give you some more pointers too:
When Themes Go Wild – Importance of Using a Properly Coded WordPress Theme
I would suggest you try this quick test:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
July 31, 2010 at 1:40 pm #22893shahrulMemberIt is only happened when i upgrade the WP eStore plugin but when i switched back to olrder version it’s works properly
http://www.urbanheadline.com/pembayaran (using old version of WP eStore)
Is it possible to separate the payment method instead of using drop-down menu button?
Thanks for the tips.
August 1, 2010 at 2:43 am #22894amin007ParticipantThat’s because the new version of eStore uses the latest JQuery that comes with WordPress (this is what every plugin and theme should be doing in order to make sure that one plugin or theme doesn’t hurt other plugin or theme).
Did you do the testing that I recommended here?
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
August 1, 2010 at 3:28 am #22895shahrulMemberYes. i already did the test. It is the theme the source of the issue. Is it possible to separate the payment method instead of using drop-down menu button?
Thanks for the reply
August 2, 2010 at 2:36 am #22896amin007ParticipantOkay not a problem. Yeah you can separate them out with some code tweak. If you are okay with PHP and HTML then this is not hard.
You just need to make two forms that have two separate input fields so when the value is posted it know which one to select.
I looked in the code to see if I can give you a simple piece of code that you could copy and paste butt the code modification required for this is not hard but complex to explain as you need to take code out from one place then introduce different code in a different area.
Anyway, you need to look in the “eStore_cart.php” file and specifically in the “eStore_cart_display_checkout_button_form_part” function
-
AuthorPosts
- You must be logged in to reply to this topic.