News:

AbanteCart v1.4.3 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - HADY

#286
General Support / Re: cart empty when view
August 20, 2019, 04:33:58 AM
hi!

What is your abantecart version and what is your recently php version??

Regards
#287
Customization help / Re: * Help with </head> tag
August 19, 2019, 05:06:29 AM
Hi Guys!

Thanks for this good Topic.

regards
#288
Template Support / Re: reCAPTCHA V2 & reCAPTCHA V3
August 16, 2019, 08:18:27 AM
Hi Community!

To activate v2 & v3 on website, follow the steps on activating v2 as usually on Abantecart Admin dashboard, create a new html block give it any name and add the reCAPTCHA code. Don't forget to add the website key which given to you on  reCAPTCHA website in the required places in the code and then go your website layouts and add the block where ever you want.


<!DOCTYPE html>
<html>
<body>

  <script src="https://www.google.com/recaptcha/api.js?render=insert-website-key-here"></script>
  <script>
  grecaptcha.ready(function() {
      grecaptcha.execute('insert website key here', {action: 'homepage'}).then(function(token) {
         ...
      });
  });
  </script>
 
</body>
</html>

This topic will be closed for your attention.

Regards
#289
Hello Community!


To close this topic correctly, when you face the same problem which I had have, you just need to upgrade the version of php from Cpanel.


Regards
#290
Quote from: maulik 1intl on August 08, 2019, 11:51:02 AM
:) :) ok you need to put this code in file best of luck
storefront\view\default\template\common\header.tpl

YES MY FRIEND!

I knew it. thanks a lot.

I have a question about something. can i contact you privately please??


regards
#291
Thank you my friend :D I tried my best. I still learning however.
Regards
#292
Quote from: maulik 1intl on August 08, 2019, 03:29:26 AM
Thanks  :)
You can see it my live website

http://1intl.com/category


can you share the html code of this block please??
#293
Quote from: maulik 1intl on August 08, 2019, 12:27:09 AM
i am use default template theme to change.

can you share screenshot of your layouts please ???
#294
HI!
Tell me please, how you integrated the header banner TOP of the Website please??

Regards
#295
hi!

here is the code:

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

a:hover {
  background-color: #ddd;
  color: black;
}

.previous {
  background-color: #f1f1f1;
  color: black;
}

.next {
  background-color: #4CAF50;
  color: white;
}

.round {
  border-radius: 50%;
}
</style>
</head>
<body>

<h2>Previous and Next Buttons</h2>

<a href="#" class="previous">&laquo; Previous</a>
<a href="#" class="next">Next &raquo;</a>

<a href="#" class="previous round">&#8249;</a>
<a href="#" class="next round">&#8250;</a>
 
</body>
</html>


you have to know where should be added exactly to make it work.



Note: 
there is 2 kind of samples in the code, you should choose which one is more suitable for you website.


Regards
#296
hi!
Here is the step by step process:

1. Create DB on server.
2: Import Local Database on Live Site.
3: With FTP App. Upload your local server files to public_html.
4: On System>config.php modify required data and save.


Regards
#297
Template Support / Re: reCAPTCHA V2 & reCAPTCHA V3
August 05, 2019, 04:38:41 AM
Quote from: Basara on August 05, 2019, 02:29:05 AM
I think you can not use both. This may cause conflict

Thank you Sir!

Actually I added next code to each layout on website:

<!DOCTYPE html>
<html>
<body>

  <script src="https://www.google.com/recaptcha/api.js?render=website-key"></script>
  <script>
  grecaptcha.ready(function() {
      grecaptcha.execute('website-key', {action: 'homepage'}).then(function(token) {
         ...
      });
  });
  </script>
 
</body>
</html>


my website including now v2 & v3 but i don't know if they are working together yet. I still have a question about secret key where should be added ?

maybe you have an answer for that ??

Regards
#298
Template Support / reCAPTCHA V2 & reCAPTCHA V3
August 03, 2019, 06:01:19 AM
Hello Community!

I am Wondering if we can use both V2 and V3 on website. If yes, let me know how to proceed please.

Thanks Alot


Regards
HADY
 
#299
hello guys!

Thank you for comments, actually yes, I just enabled nd_mysqli and website appeared and working fine.


regards
#300
Thank you guys for fast reply,

what if I don't see (mysqli module) ???

Forum Rules Code of conduct
AbanteCart.com 2010 -