Show Posts


Messages - Sam_78

Pages: 1 ... 3 4 [5] 6 7 ... 18
61
General Support / Extension not getting installed
« on: December 03, 2019, 05:52:13 PM »
Hello I have downloaded https://marketplace.abantecart.com/avatax_integration?keyword=ava&category_id=0 and it shows it was developed by AbanteCart
I have downloaded it but I am not able to install it when I copy paste the folder in extension folder and go to my admin -> extension I don't see it there. I tried to install it by uploading .tar.gz file and then when I try to install it - it throws this error
2019-12-04 4:17:58 - warning: AbanteCart core v.1.2.11 unlink(C:/xampp/htdocs/folder/admin/system/backup/avatax_integration_2019-12-04-04-17-34.tar): Permission denied in <b>C:\xampp\htdocs\folder\core\helper\utils.php</b> on line <b>768</b>
2019-12-04 4:17:59 - App Error: AbanteCart core v.1.2.11 in C:\xampp\htdocs\folder\core\lib\package_manager.php on line 641

I see two files being copied in admin\system\backup folder one is .tar and another one is .tar.gz  no other error in error log just this two

Any solution ??

62
General Support / Shipping Question
« on: November 11, 2019, 10:24:49 AM »
Hi everyone,
I have enables two shipping extensions one is for free shipping over 99$ and another is flat rate shipping and they both work fine. But I have a special product which requires shipping compulsory as it is big.
So if product A is added to cart shipping should be $10.00 doesn't matter if total is above 99$

so I read https://abantecart.atlassian.net/wiki/spaces/AD/pages/14647413/Enable+Shipping That I can turn ON Ship Product Individually and add Fixed Shipping Price to $10.00 but it is not working

Right now I have flat shipping $8 below 99$ so if a customer has random product for 50$ and product A then shipping cost is $18 (below $99 shipping cost + $10 for Product A) and now if Cart total goes over $99 shipping cost goes to $0.00
I want is if product A is in cart shipping should be $10.00 period

Any idea why? I have cleared both the caches several times AbanteCart V 1.2.11

63
How-to questions / Re: Cash transactions?
« on: October 30, 2019, 12:16:30 PM »
Have you tried this extension default_cod ?

64
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

65
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 

66
Support / Re: How can i setup orders cash or credit
« on: October 23, 2019, 09:22:33 AM »
Can you tell me exactly what you are trying to do??

When do you want to add these credits? on cart page, confirm page, payment confirmed (success) page etc.

you can add an ajax call or normal url (www.your-website.com/addCredit.php?customer_id=123&otherParameters=123) to a php script which will run your query

67
Support / Re: How can i get the customer_id in cart.php
« on: October 21, 2019, 04:33:23 PM »
\storefront\controller\pages\checkout\cart.php

68
Support / Re: How can i setup orders cash or credit
« on: October 21, 2019, 04:29:34 PM »
Create a php script and make an ajax call to it whenever new customer is created so that query will be executed.


69
Configuration / Re: Images not enabled in SSL mode
« on: October 21, 2019, 12:41:27 PM »
Yes it is related to permission
try to open one of this image in your browser
https://shop.crazygardener.in/image/thumbnails/18/7b/Manufact_lgO_png-100286-57x57.png


70
Configuration / Re: Images not enabled in SSL mode
« on: October 18, 2019, 01:58:34 PM »
Did you do this ? https://abantecart.atlassian.net/wiki/spaces/AD/pages/5832828/Store+URLs+SSL 
Changed your url in setting?

71
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.

72
How-to questions / Re: Extend order (add a generated text)
« on: October 03, 2019, 10:33:08 AM »
Which table have you added those column in? Have you tried function confirm in order.php and use $this->session->data[ 'codes' ];

73
Support / Re: Whatsapp Share to Store Owner - Product Pages
« on: October 03, 2019, 10:23:59 AM »
You can add whatsapp icon to product page that's simple but how do you think you will get customer's phone number because from what I read is you will need customers phone number to initiate that chat.

To insert icon on product page you can add your code inside this div or above it based on your requirement
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product.tpl#L127

Options I can think of is either customer has to be logged in with correct phone number that has been connected to his/her whatsapp or second option is you can create a small pop-up form which appears when they click on that icon and you ask for their phone number and when they enter their phone number you can send a whatsapp message to yourself from that number along with the product page link.

Check this extension https://marketplace.abantecart.com/promotions/si_whatsapp

74
How-to questions / Re: Extend order (add a generated text)
« on: October 03, 2019, 10:12:07 AM »
For every product is code same? for example
"2x Game PQ, 1x Game HX --> generate 2x PQ code, 1x a HX code and put those 3 into unlockCodes"
code for Game PQ will always be same?

If so than you need to add a field in product page (admin side) and then automatically it will be added to that order and you can display it in success.tpl as well as in invoice.
Consider SKU as example.
you can get SKU in invoice and on success page you can print them.
So create a similar field like SKU and it should solve your problem with less amount of code change
Another solution: There are multiple fields on product if you are not using any one of them for example 'length' or 'weight' or any other field just change its name to code and add code to individual product and use it wherever you want.

75
General Support / Re: mixed content issue
« on: September 30, 2019, 09:16:01 AM »
have you made any changes in your .htaccess file?

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

Powered by SMFPacks Social Login Mod