Show Posts


Messages - Sam_78

Pages: 1 2 3 [4] 5 6 ... 18
46
General Support / Re: Validation
« on: May 20, 2021, 01:56:00 PM »
Which file ?

Also, this will be server side validation so customer will be able to make a request using invalid zip-code. We can use this but I think there should be JAVASCRIPT validation before making this request.

Can you tell me the exact path for this hook ?

47
Redirect your site to https it should fix it. The icons are not loading over http

48
General Support / Validation
« on: May 19, 2021, 11:53:47 AM »
Hi,
I installed V 1.13 and on create account page how can I add validation for Zip code to accept only numbers and limit 5 digits only
I can do this via Jquery in create.tpl but is there any other way to do this without editing code ? Same for phone number and other fields.

49
General Support / Notify When product will be back in stock
« on: November 10, 2020, 09:47:13 AM »
Hi I am looking for an extension that would show some product out of stock but customer can enter their email address and get a notification when product is available. I believe there is some extension but I am having hard time finding it. Can someone help me find that extension

50
Opinions / Suggestion to render latest CSS
« on: March 18, 2020, 09:29:55 AM »
Hi Developers,

I have a suggestion for some CSS and JS file that customers doesn't have to clear cache when they make changes to it.
You can add a flag (toggle button) in system->setting somewhere and if it is turned ON then update the code https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/common/head.tpl#L50 so that it adds current time stamp every time it refreshes
<link href="<?php echo $this->templateResource('/stylesheet/style.css') . "?v=" . date("YmdHis"); ?>" rel="stylesheet" type="text/css">
Once users are done testing their changes they can simply turn OFF that button and then timestamp will be removed something similar as what you already have for if($faster_browser_rendering == true) { .. }
I am a developer and I use this so I don't have to clear cache explicitly after every change and once I am done I can simply turn it OFF

This is just a suggestion as I know it will slow down rendering css / js file but user can turn it ON and OFF.

51
Installation and Configuration / Re: Create Account AbanteCart v1.2.15
« on: February 25, 2020, 12:15:15 PM »
Hi you can set values here
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/controller/pages/account/create.php#L207

change 'required' => false to true if you want it required

52
General Support / status change emails not being BCC's
« on: January 29, 2020, 11:53:00 AM »
When I change order status of customer from pending to processing and select notify customer it doesn't send BCC to all other emails who should be getting alert emails.
I have 2 other emails added to system->setting->mail (Additional Alert E-Mails also alert email is turned ON) they do get new order emails but no emails for status changes. We want to see what exact email was sent to customer and to keep in our record thats why.

53
General Support / Re: Contact US form is not sending all data.
« on: January 27, 2020, 09:27:57 AM »
I do get email but with only half information. If customer has filles fistName, lastName, address, Query, zipcode, phoneNumber all I get in the email is lastName, zipCode and query thats it I don't get other details in email

54
General Support / Contact US form is not sending all data.
« on: January 17, 2020, 03:10:24 PM »
I have a contact us form where customer enters their firstname, lastname, inquiry, email and phone number and they all are compulsory but when we get email it only comes with last name, inquiry and phone number I also need email and firstname.
All those fields are compulsory and I have checked it on my form it says controller Contact us page. Same issue with the email we get when someone fills out contact us for we don't get other details.

55
General Support / Re: ERR_TOO_MANY_REDIRECTS
« on: January 15, 2020, 02:50:00 PM »
Was your website working fine before means you were able to go to admin side and all.
If you don't mind can you post link to your site? so I can look at it. Is this issue only with google chrome? Generally your hosting could help you in this case, have you contacted them for support?

56
General Support / Re: ERR_TOO_MANY_REDIRECTS
« on: January 14, 2020, 11:06:17 AM »
Did you make any changes in your .htaccess file ?
or something else on server got updated / changed ?

57
General Support / Zip code min length
« on: January 03, 2020, 11:07:27 AM »
Hi is there any setting where I can set that zip code should be 5 characters only
I am doing it using $('#AccountFrm_postcode').attr('maxlength', '5'); but a customer entered 4 digit instead of 5 and registration went through
So is there any validation setting or a better way to do this ? or should I handle it through JQuery only ?

58
Security / Re: Abantecart Website SSL
« on: December 30, 2019, 09:26:55 AM »
As you have made changes in core files which might change when there is a new update so its better to create your own custom extension like you can see abanteCart has some extensions by default so make one with your changes and when there is a new update for abanteCart your code won't be affected
read here http://marketplace.abantecart.com/extension-developer-help  and  https://abantecart.atlassian.net/wiki/spaces/DOC/pages/17727622/Extension+s+Developer+Guide

For example payPal extension is not affected when AbanteCart makes new update as that code stays in separate directory and can interact with different table

You should create a new extension with all your changes then install it where ever you want and don't worry about AbanteCart's update

59
Security / Re: Abantecart Website SSL
« on: December 23, 2019, 05:04:14 PM »
There is no registration or information collected on main site, for that reason no SSL certificate was added.
There will be a major upgrade coming soon and we will be adding SSL for the main site as well.


hi AbanteCart!
when that new upgrade gonna be ???

I made some changes on my codes, can you tell me how to prevent automatic upgrade if that exist on AbanteCart please?


Regards
HADY


The only option in your case is to cherry pick and merge your code with the upgraded one. The best practice is to make an extension with all your code changes so if AbanteCart makes any upgrade there are more chance that your custom code will work. I have learned this the hard way but that would be my advice to all developers who write custom code and would like to upgrade to latest version Besides, you can use that same extension for multiple projects  ;D

60
General Support / Re: Extension not getting installed
« on: December 05, 2019, 09:19:30 AM »
Hi I exactly did this but I am getting errors as mentioned above. I can not update to latest version as I have lots of custom coding in my version and I am working locally as of now.
Please look at the errors I have mentioned above.

Pages: 1 2 3 [4] 5 6 ... 18

Powered by SMFPacks Social Login Mod