Search found 9 matches

by heartbreak18
Tue Mar 29, 2016 12:36 am
Forum: General Discussion
Topic: https problem
Replies: 7
Views: 14569

Re: https problem

yes i have..

how can i fixed it?
by heartbreak18
Mon Mar 28, 2016 9:59 pm
Forum: General Discussion
Topic: https problem
Replies: 7
Views: 14569

https problem

im using https but when i try to remove the cart, the notification show up "The information you have entered on this page will be sent over an insecure connection and could be read by a third party." I 've written a base https in config.php and all went well but when pressing a button on a cart remo...
by heartbreak18
Wed Mar 16, 2016 4:48 am
Forum: General Discussion
Topic: disabled and enabled checkout button
Replies: 9
Views: 11181

Re: disabled and enabled checkout button

thanks leo :D
by heartbreak18
Tue Mar 15, 2016 11:28 pm
Forum: General Discussion
Topic: disabled and enabled checkout button
Replies: 9
Views: 11181

Re: disabled and enabled checkout button

Are you sure you want this? If your customer adds products to the cart, but decides to continue the payment later and logs off, when he comes back, he cannot use the checkout button, although he has already products in his cart. This could be confusing for him. yeah i know leo, but i want to give a...
by heartbreak18
Tue Mar 15, 2016 4:04 am
Forum: General Discussion
Topic: disabled and enabled checkout button
Replies: 9
Views: 11181

Re: disabled and enabled checkout button

leo wrote:You mean, the checkout button in the menu bar?
yes leo, how can i do that?
by heartbreak18
Sun Mar 13, 2016 11:25 pm
Forum: General Discussion
Topic: checkout using chrome not working
Replies: 4
Views: 8073

Re: checkout using chrome not working

To avoid to press the checkout button more than once, we suggest you to replace the original code with this one. This will hide the button if pressed and works on Chrome as well thanks to Brent. <script type="text/javascript"><!-- $("#submit").on("click", function(){ $('#submit').attr("hidden","hid...
by heartbreak18
Sun Mar 13, 2016 11:24 pm
Forum: General Discussion
Topic: disabled and enabled checkout button
Replies: 9
Views: 11181

disabled and enabled checkout button

how to disable checkout button when user hasn't choose the item?

but when user has choose an item the checkout button will active again.

thanks :)
by heartbreak18
Tue Mar 01, 2016 4:04 am
Forum: General Discussion
Topic: checkout using chrome not working
Replies: 4
Views: 8073

Re: checkout using chrome not working

leo wrote:open catalog/template/default/content/checkut_confirm.tpl and delete:

Code: Select all

<script type="text/javascript"><!--
$("#submit").on("click", function(){
	$('#submit').attr('disabled', true);
});
//--></script>
it works, thanks leo
by heartbreak18
Mon Feb 29, 2016 4:13 am
Forum: General Discussion
Topic: checkout using chrome not working
Replies: 4
Views: 8073

checkout using chrome not working

when i process checkout using chrome checkout button cannot continue to paypal, but works with mozilla.

how to solve it?