Show Posts


Messages - snapchris

Pages: [1] 2
1
Support / Re: Cannot add products to cart (no link)
« on: August 09, 2015, 09:55:25 PM »
I switched my store application. This is just too buggy and very unreliable for me.

2
Support / Re: Cannot add products to cart (no link)
« on: August 08, 2015, 07:27:24 PM »
From Log

2015-08-07 4:56:07 - database error: AbanteCart core v.1.2.3 Error:
SELECT se.`key`, se.`value`, st.store_id
FROM ehly_settings se
RIGHT JOIN ehly_stores st ON se.store_id=st.store_id
LEFT JOIN ehly_extensions e ON TRIM(se.`group`) = TRIM(e.`key`)
WHERE se.store_id = 0 AND st.status = 1 AND e.extension_id IS NULL in <b>/public_html/core/database/amysqli.php</b> on line <b>105</b>

3
Support / Re: Cannot add products to cart (no link)
« on: August 08, 2015, 07:04:39 PM »
I didnt reinstall anything. This is the same install from the beginning of July. One day a bunch of product pictures got changed back to demo images, my forms got changed and some blocks got reactivated. I dont know how any of this happened. I managed to manually fix the images and the forms and deactivated the blocks. Now the add to cart link doesnt work and login doesnt work. If I request a new password, Ill receive one in email but it wont work when I try to login. Im not too concerned about the login but I need to get the cart back working again. Here is the URL of the site if you wish to look http://www.customshred.com

4
Support / Re: Cannot add products to cart (no link)
« on: August 08, 2015, 03:07:51 PM »
I would just reinstall everything but I cant even get a backup to work. It either times out or shows a white page and no backup. Setting are all the same from original install.

5
Support / Re: Cannot add products to cart (no link)
« on: August 08, 2015, 01:55:16 PM »
Nothing is working. Customers cant log in or checkout.

6
Support / Cannot add products to cart (no link)
« on: August 08, 2015, 01:48:14 PM »
I cannot add any products to my cart. There is no link on the "add to cart" button. It look like this www.website.com/# How can I fix this. thank you!

7
General Support / Re: I think my site has been hacked
« on: August 07, 2015, 11:54:14 PM »
So I figured out why there were 2 different forms. Somehow a block got reactivated when all the other stuff happened. Deleted the block and its gone.

8
General Support / Re: I think my site has been hacked
« on: August 02, 2015, 09:26:07 PM »
I cant even remove the form. It doesnt even seem like the same one. There is a different form on the category page than on the product page for some reason.

9
General Support / Re: I think my site has been hacked
« on: August 02, 2015, 09:23:25 PM »
...

10
General Support / Re: I think my site has been hacked
« on: August 02, 2015, 09:22:44 PM »
I fixed all the images and the form but now the form is showing fields that I dont even have on the form. How can I secure this site? This is getting horrible.

11
General Support / Re: I think my site has been hacked
« on: July 30, 2015, 06:52:52 PM »
Thank you very much for the quick reply. I thought I remember seeing that AbanteCart had been updated. I didnt update manually and I dont know if it updates automatically. I also noticed that some parts of my contact form stopped working. Im wondering if the update might have had something to do with everything.

12
General Support / I think my site has been hacked
« on: July 30, 2015, 05:14:29 PM »
I noticed that some of my product pictures have been changed. I sell guitars but some products images have been changed to pictures of shoes and perfume. Is there a way I can prevent this from happening again. Its pretty embarrassing to have people see that. Thanks for any help.

13
Customization help / Re: Send Current Page URL With Form Submit
« on: July 01, 2015, 09:56:32 PM »
Thanks! You're Welcome!

14
Customization help / Re: Send Current Page URL With Form Submit
« on: July 01, 2015, 03:56:23 AM »
So what I did to get this working is edit hidden.tpl and replace it with this:

<input type="hidden" id="current_url"  name="current_url" value="<?php echo 'http:/domainname.com',$_SERVER['REQUEST_URI'];?>" <?php echo $attr ?> />

Then I changed the Field Name & Display Name in the Forms Manager to "current_url" for the Hidden Field Type
You can replace your domain name in place of "domainname.com"
I dont know how this effects anything else with a hidden field, but I only have that one so this works for me.

15
Customization help / Re: Change the thumbnail seen in facebbook
« on: June 23, 2015, 04:18:00 PM »
Add this to head.tpl

<meta property="og:image" content="image.png" />

Pages: [1] 2

Powered by SMFPacks Social Login Mod