Show Posts


Topics - Sam_78

Pages: 1 2 [3] 4 5 ... 7
31
General Support / PayPal Payments Pro extension throwing error
« on: October 24, 2019, 02:22:24 PM »
Hi I want to use PayPal Payments Pro extension so that all my credit card and Paypal both can be managed at same place. I have inserted my API Credentials  and tested it. 
I see "Connection is successful and API Credentials are configured correctly.  " now when I go to cart and try to make a payment via credit card I get this error " This transaction cannot be processed. The merchant's account is not able to process transactions."

extension version 1.0.2
AbanteCart version 1.2.12

I used authorize.net extension but now I want to use paypal pro and get rid of authorize.net

32
General Support / Images not found
« on: October 24, 2019, 09:45:12 AM »
Hi I ran into a strange problem. My site was up and running until yesterday and this morning all the product images are gone it throws 404 resource not found. When I go to Cpanel I can see that they are there but whem I hit the url
https://website.com/image/thumbnails/18/91/cars_jpeg-100636-250x250.jpeg  instead of showing me image it goes to my site and displays " THE PAGE YOU REQUESTED CANNOT BE FOUND!"

Strange this is permission to folder image is 755 thumbnails is 755 18 is 755 folder 91 is also 755 and image itself is 777
Now I am able to see logo as it comes from resource folder and permission over there is also same

No error in error log.

Can someone guide me my site is down no product images are being displayed not even on product page.

my store url are same I have not changed it and nothing was changed on serve as /resource folder is displaying images 

33
General Support / suggestion for login | register text
« on: October 08, 2019, 11:18:49 AM »
Hi,
I think there is some issue with session or cookie. I was able to reproduce this with v 1.2.11 , 1.2.13, 1.2.15
when user is logged in and made a purchase but then he/she forgets to log out and our site is open in one of the tab. When they open it next day they still see themselves as logged in 'Welcome Back UserName' but when they actually add product to their cart it asks them to sign in again.
I believe the cookie expires but can this be done by ajax so that its not confusing. If it shows them message on top saying 'Welcome Back UserName' and then asking them to sign in. As they can hover on it and see all the options that are there for signed in user like 'log off', 'account dashboard' etc.

34
General Support / .htaccess redirect issue with directory listing
« on: August 22, 2019, 05:47:20 PM »
Hi I have started a new project but I am having issue with .htaccess or directory listing.
when I installed AbanteCart for the first time it was showing me directory list. I contacted host and they suggested me to add .htaccess files so I installed Abantecart by going to https://kylescrafts.com/index.php and everything works fine. but when I click on logo or go to home page which is https://kylescrafts.com it says page not found. My .htaccess is same as here https://github.com/abantecart/abantecart-src/blob/master/public_html/.htaccess.txt no changes. I have enabled SEO url as mentioned here


Right now my site works if I add /index.php but I don't want that I want it to work at kylescrafts.com

I am not able to understand why it says page not found on home page. My link in store details is https://kylescrafts.com/ for both

35
General Support / banner rotate on mobile
« on: August 02, 2019, 11:25:55 AM »
Hi I am using AbanteCart V 1.2.11 and I need to use same banner slider on mobile devices. Any suggestions on how to achieve this?

36
General Support / Authorize.net transaction details in database
« on: July 24, 2019, 11:20:41 AM »
Hello I am using default_authorizenet_aim extension and I am looking for last 4 of CC or any transaction ID is there any table where it records these details?
I have AbanteCart V 1.2.12

37
Hi,
when a customer places order online and I go to status & comment I see text field label names instead of real names means instead of zip code I see address_zip same with other fields (look at image attached = capture.jpg). I have searched for that field and it is only found in this order. Also the email that customer got has similar type of language in comments section (image = capture1.jpg)
Is there a way where we can show actual label instead of address_*
Also any idea why does paypal order adds this in comments section because we don't want customer to see it and it adds under comment section in their confirmation email.
PHP v 7.1.9 AbanteCart v 1.2.13 Using default paypal standard Version: 1.0.2

38
General Support / is there a way to add free product?
« on: May 01, 2019, 05:44:33 PM »
I am selling books and would like to add free t-shirt with every purchase. I can write it in the description that you will get free t-shirt but sometimes we forget to add it and customers don't receive it.
Is there a way I can add another product with price = 0 and it gets added when the book is added and removed when book is removed? in this way customer can also see a Tshirt in their order with price = 0

39
General Support / disable upgrade available message
« on: March 28, 2019, 11:05:18 AM »
Hi,
Is there a way to turn off message that we get saying core upgrade to v 1.2.14 available ?

40
Documentations & Manuals / Suggestion for Mail Setting Doc.
« on: March 05, 2019, 11:32:21 AM »
Hi I am not able to edit this https://abantecart.atlassian.net/wiki/spaces/AD/pages/7372837/Mail+Settings#MailSettings-ExampleofGmailSMTP
I think you should add one more line here
Go to https://www.google.com/settings/security/lesssecureapps and enable access for less secure apps.
Google needs user to confirm that they are giving permission other wise they will see PASSWORD error in AbanteCart


41
General Support / Site set up
« on: December 28, 2018, 02:23:54 PM »
I guess this question has been answered but I couldn't find the right way of doing this so let me ask one more time
How to set up https correctly
In admin panel system->settings->store details
Store URL =     HTTP     http://www.mysite.com/
Secure Store URL =    HTTPS     https://www.mysite.com/

I do have Enable SEO turned on and my .htaccess looks like this
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.mysite.com/$1 [R,L]


when I do this I get error on chrome and other browser saying to many redirects
when I comment last line
#RewriteRule ^(.*)$ https://www.mysite.com/$1 [R,L]

It works fine. Hosting people said issue is with the software and redirects. I don't have anything else in my htaccess or any other redirects I just want to send everyone to https://www.mysite.com/

42
General Support / reset password email
« on: December 27, 2018, 10:32:01 AM »
Hi,
Whenever customer requests to reset password an email goes from orders@mysite.com is there a way it can go from some other email addresses ? Also after password is reset they get another email that says text_password_reset I tried to find it in languages but I couldn't find it so where is this text_password_reset is coming? I need to change it

43
Template Support / Which CSS is rendering for phone view
« on: December 21, 2018, 12:07:21 PM »
I am having issues with fonts on my site. I am using
font-family: 'Fredoka One', cursive;
And it works fine for PC and desktop but on phone I am getting small cursive fonts. I tried to use media query but it is not working
in style.css
     /* Phone fonts*/
        /* iPad [portrait + landscape] */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px)     {
    body {
    font-weight:800!important;
        font-family: 'Fredoka One', cursive!important;
font-size:20px;
}
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
    body {
font-weight:800!important;
font-size:20px;
        font-family: 'Fredoka One', cursive!important;
}
}
It is not taking any of these CSS When I inspect on chrome browser for iphone it works fine but when I actually use my phone it is different
I have cleared cache on my phone and on AbanteCart.
Only change I made is in style.css in body tag changed font-family thats it and added the mentioned code at the bottom. i am editing right CSS file as I can see these media queries in browser when I inspect them

44
General Support / not getting banners on front end
« on: December 10, 2018, 10:40:32 AM »
Hi I have made a banner and I am not able to apply it on front end. AbanteCart v 1.2.12
I went to banner manager then created a new graphic banner selected main page banner group , added an image, clicked saved but on front end I don't see it. Also there is not error in error log.

Now I can edit one of the default banner which is text banner and update img src to my new banner then it works.
Also if I have only one banner on I should not see those left and right arrows as they wont go anywhere

45
General Support / Size of banner
« on: December 10, 2018, 10:14:55 AM »
Hi I am about to make a graphic banner for my site so can someone tell me what it the perfect pixel size 1100 * 360 ? or something else?
Also when I add banner I still see blue color on both sides I want my banner to be stretched out end to end so which css do I need to modify?

Pages: 1 2 [3] 4 5 ... 7

Powered by SMFPacks Social Login Mod