Show Posts


Messages - HADY

Pages: 1 ... 4 5 [6] 7 8 ... 22
76
Templates / Re: Agreement Account Terms
« on: September 03, 2021, 05:18:48 AM »

do you mean to compress all contents to one file? if this what you mean, technically could be a solution, but from the other side the client should agree on each specific content separately. this is something related to law section.

Hello. Can please share the link to that "law section"?


there is no link but this could be founded in Trading Ministry. Now in Turkey to stop the scamming issues of fake companies the Trading Ministry created a website where every official working company should register company's websites and they will get a logo brand which says this company in safe mood and can be deal with in business.

77
Templates / Re: reCAPTCHA on v1.3.1
« on: September 03, 2021, 04:45:04 AM »
I cannot see the reCAPTCHA logo on website's pages only and it is appearing only on forms pages. Why?

Thanks...

Recaptcha is loaded only where needed (where forms with captcha)


Thank you for sharing info, but i checked a lot of websites and i found that they have on 1st page located the reCAPTCHA logo and there wasn't any forms. Mostly companies using v3 because it is working on preventing VPN activities on their websites. In general it must be good idea to have v3 logo and effect on all pages of website.


Thanks...

78
for those who's needed to edit the quantity this post could help you.



https://forum.abantecart.com/index.php/topic,9248.msg36573.html#msg36573

79
Templates / Re: reCAPTCHA on v1.3.1
« on: September 01, 2021, 06:05:57 AM »
Hello.
If you enable Recaptcha v3 the keys also should be v3.
I don't think Recaptcha will work if you add it to the HTML block. There is a backend process to connect with google and validate ReCaptcha
https://github.com/abantecart/abantecart-src/tree/master/public_html/core/vendors/google_recaptcha
https://www.bronco.co.uk/our-ideas/how-to-add-google-recaptcha-to-a-form-phphtml/


Thank you for sharing information. I tested v3 too and it is also working fine on all forms too. I cannot see the reCAPTCHA logo on website's pages only and it is appearing only on forms pages. Why?


Thanks...

80
Templates / Currencies on website v1.3.1
« on: September 01, 2021, 04:04:39 AM »
Hello,

1st of all, when we use on website the default currency for showing the prices for example USD the total showing on website admin side not correct.

EXAMPLE:

When a client using the EUR currency to place the order, the total for example 100EUR but on admin side the total showing us 100USD. and the opposite true. Finally, in the end of working day if we take a look on totals of sales for today we see them all in one currency which been default on website showing prices. The correction should be made to show us how much total sales was separately for each currency i guess.



How to make the website show us exactly and correct data about the total depending on currency itself ??


Thanks...

81
Templates / Re: product's name position
« on: September 01, 2021, 03:52:06 AM »
See solution here
https://github.com/abantecart/abantecart-src/commit/fcd86bf55816ae06d1356ba43ce125f0a4ca2add

You can just replace your file with changed.

Thank you for report

I replaced the correct code as you mentioned. Everything is well. Thank you for your support.

Thanks...

82
Templates / Re: reCAPTCHA on v1.3.1
« on: September 01, 2021, 03:50:21 AM »
Hello.
On your screenshot, you have enabled the Recaptcha v3. In this case, Recaptcha expects v3 keys.
The console show you have several javascript related errors. You should resolve them otherwise many site features may not work or glitch

Hello,
Thank you Mr. BASARA, do you wanna say that if we are using v2 keys we cannot use v3 too on website? if yes, then this future of v3 should be removed from template i guess because this idea makes people confused here. However, i disabled my v3 on website and v2 worked again on all forms and everything is ok. By the way i created html block and inserted the reCAPTCHA v3 code inside it and activated on all layouts and it is showing on all pages on website but still not see any results on Google side. is that means something missing in the configuration or what ?


Thanks...

83
Templates / Re: reCAPTCHA on v1.3.1
« on: August 31, 2021, 09:55:38 AM »
I have a question about reCAPTCHA v3, how it works and where is the keys should be placed??


in the screenshot i tested my keys on v2 and they worked, I mean i created a block and configured my code with my keys, only on website they are not working with the forms. I think the reCAPTCHA codes has something wrong in the configuration. I got some forms after upgrading to last version directly with no errors. this error is just today appeared here.


What do you think ?

84
Templates / Re: reCAPTCHA on v1.3.1
« on: August 31, 2021, 08:13:02 AM »
Here is the console screenshot

85
Templates / Re: reCAPTCHA on v1.3.1
« on: August 31, 2021, 07:13:08 AM »
Only next error log


2021-08-30 16:44:24 - App Warning: AbanteCart core v.1.3.1 Cannot to create directory /home//public_html/image//thumbnails/18/77. Please check permissions for /home//public_html/image/ in /home//public_html/core/helper/utils.php on line 1245
2021-08-30 16:45:12 - App Warning: AbanteCart core v.1.3.1 Cannot to create directory /home//public_html/image//thumbnails/18/c8. Please check permissions for /home//public_html/image/ in /home//public_html/core/helper/utils.php on line 1245
2021-08-30 16:45:30 - database error: AbanteCart core v.1.3.1 SQL Error: MySQL server has gone away
Error No: 2006
SQL: SELECT p.product_id,
p.subtract,
SUM(COALESCE(pov.subtract,0)) as option_subtract,
p.quantity,
SUM(COALESCE(pov.quantity,0)) as option_quantity
FROM ac_products p
LEFT JOIN ac_product_options po
ON (po.product_id = p.product_id AND po.status = 1)
LEFT JOIN ac_product_option_values pov
ON (po.product_option_id = pov.product_option_id)
WHERE p.product_id IN (1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669)
GROUP BY p.product_id
PHP call stack:
#0 /home//public_html/core/lib/db.php:102
#1 /home//public_html/core/engine/extensions.php:1157
#2 /home//public_html/core/engine/extensions.php:378
#3 /home//public_html/core/lib/db.php:68
#4 /home//public_html/storefront/model/catalog/product.php:143
#5 /home//public_html/storefront/controller/pages/product/search.php:270
#6 /home//public_html/core/engine/dispatcher.php:287
#7 /home//public_html/core/engine/dispatcher.php:322
#8 /home//public_html/core/engine/page.php:108
#9 /home//public_html/core/engine/router.php:193
#10 /home//public_html/core/engine/router.php:86
#11 /home//public_html/index.php:97
in <b>/home//public_html/core/database/amysqli.php</b> on line <b>119</b>

86
Templates / Re: reCAPTCHA on v1.3.1
« on: August 31, 2021, 06:23:09 AM »
Hello.
Did you add valid Recaptchv2 keys? Did you set your domain in the Recaptchav2 settings?

yes, everything is correct on Google side and on domain side.

87
Templates / reCAPTCHA on v1.3.1
« on: August 31, 2021, 06:01:24 AM »
Hello!

I realized that reCAPTCHA v2 not working on creat account page and not worked on forms too. Is it a problem you have it too guys ??


Thanks...

88
Templates / Re: Agreement Account Terms
« on: August 27, 2021, 03:57:43 AM »
Have you considered making your own document?   You could alter one of the existing, probably the one on the account,  and use this a a replacement covering your needs.

do you mean to compress all contents to one file? if this what you mean, technically could be a solution, but from the other side the client should agree on each specific content separately. this is something related to law section.

89
Templates / Re: product's name position
« on: August 27, 2021, 03:53:32 AM »
I still looking for solution , maybe someone has it ???  :-[ :-[ :-[ ??? ??? ???
Hello. Please subscribe to the issue on the GitHub bug tracker to get notified on update https://github.com/abantecart/abantecart-src/issues/1493

I did.

90
Templates / Re: product's name position
« on: August 26, 2021, 09:41:21 AM »
I still looking for solution , maybe someone has it ???  :-[ :-[ :-[ ??? ??? ???

Pages: 1 ... 4 5 [6] 7 8 ... 22

Powered by SMFPacks Social Login Mod