Show Posts


Messages - HADY

Pages: 1 ... 18 19 [20] 21 22
286
How-to questions / Re: Cart and Checkout Pages
« on: August 20, 2019, 04:37:18 AM »
Hi!

Don't forget to post the results and share with us your experience in this issue.

Good luck :D

287
General Support / Re: cart empty when view
« on: August 20, 2019, 04:33:58 AM »
hi!

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

Regards

288
Customization help / Re: * Help with </head> tag
« on: August 19, 2019, 05:06:29 AM »
Hi Guys!

Thanks for this good Topic.

regards

289
Template Support / Re: reCAPTCHA V2 & reCAPTCHA V3
« on: 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

290
Template Support / Re: reCAPTCHA V2 I am not robot verification checkbox
« on: August 16, 2019, 08:06:39 AM »
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

291
Development Help Needed / Re: Create next preview button
« on: August 15, 2019, 07:46:21 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

292
Development Help Needed / Re: Create next preview button
« on: August 08, 2019, 07:44:10 AM »
Thank you my friend :D I tried my best. I still learning however.
Regards

293
Development Help Needed / Re: Create next preview button
« on: August 08, 2019, 03:36:22 AM »
Thanks  :)
You can see it my live website

http://1intl.com/category


can you share the html code of this block please??

294
Development Help Needed / Re: Create next preview button
« on: August 08, 2019, 03:23:28 AM »
i am use default template theme to change.

can you share screenshot of your layouts please ???

295
Development Help Needed / Re: Create next preview button
« on: August 07, 2019, 06:30:38 AM »
HI!
Tell me please, how you integrated the header banner TOP of the Website please??

Regards

296
Development Help Needed / Re: Create next preview button
« on: August 05, 2019, 05:51:36 AM »
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

297
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

298
Template Support / Re: reCAPTCHA V2 & reCAPTCHA V3
« on: August 05, 2019, 04:38:41 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

299
Template Support / reCAPTCHA V2 & reCAPTCHA V3
« on: 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
 

300
General Support / Re: upgraded php version from native 5.6 to 7.3
« on: August 02, 2019, 03:03:24 AM »
hello guys!

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


regards
 

Pages: 1 ... 18 19 [20] 21 22

Powered by SMFPacks Social Login Mod