Show Posts


Messages - abantecart

Pages: 1 ... 169 170 [171] 172 173 ... 202
2551
Configuration / Re: XML Plugin
« on: March 19, 2013, 04:04:10 AM »
Thank you for this information. Unfortunately, this does not come inline with our current core development road map.

We will consider this in the future.

2552
We will check this issue.

2553
Support / Re: How to add conversion code?
« on: March 18, 2013, 07:05:30 AM »
Success template is shared with few different submit processes.  It will not be right to add it to that template.

You can add javascript to success controller. It will be loaded right after order is placed.

/storefront/controller/pages/checkout/success.php

Add:
Code: [Select]
$this->document->addScript(RDIR_TEMPLATE . 'javascript/[YOUR FILE]');
somewhere after  line:
Code: [Select]
$this->extensions->hk_InitData($this,__FUNCTION__);

2554
General Support / Re: out of stock not showing..
« on: March 18, 2013, 06:53:57 AM »
Check "Out Of Stock Status" setting on your product. It should say "out of stock"

Bare in mind options that might have qtty. 

2555
Can we see URL to this page? How big is your original image?

2556
URL? What browser and version do you use?

2557
Support / Re: Backup Error
« on: March 15, 2013, 03:26:01 AM »
Two  common reasons and solutions for this error "MySQL server has gone away Error No: 2006"

1. Mysql timed out and closed the connection.
Solution: Check wait_timeout setting in /etc/mysql/my.cnf configuration file is large enough. Try to set wait_timeout with larger value. After change restart mysql with sudo /etc/init.d/mysql restart.

2.  Server drop large packet. If mysql gets a packet that is too large or incorrect, it assumes that something has gone wrong with the client and closes the connection. You can increase the maximal packet size limit by increasing the value of max_allowed_packet in /etc/mysql/my.cnf.
After change restart mysql with sudo /etc/init.d/mysql restart.

If you do not have root privileges, check with your hosting company

2558
General Support / Re: Delete product & it's resource in backend admin.
« on: March 14, 2013, 09:53:46 AM »
There is a trick with deleting resources. resource library images can be linked to other products. We will review it one more time

2559
It sounds like your image directory is not set to work with SSL correctly. Can you post your site URL?

2560
General Support / Re: Please help me find reason for inconsistency
« on: March 12, 2013, 02:17:46 AM »
The way category page works now, it will not show sorting or text, if there is no products found in given category and subcategories in them.

What browser do you use? I tested this on my end I do not see issue in your snapshot

2561
General Support / Re: Please help me find reason for inconsistency
« on: March 09, 2013, 09:45:31 AM »
This could be a small bug in html in case of empty category. But does it make sense to have empty category?

2562
General Support / Re: Please help me find reason for inconsistency
« on: March 08, 2013, 10:45:13 AM »
Try to add some product to Keychains or sub category. I think it was never look at, as, this page will contain no information.

2563
Installation and Configuration / Re: cron jobs
« on: March 08, 2013, 10:39:00 AM »
Quote
cron jobs command of AbanteCart
  :o  What is that?
Cron job is ran on the UNIX/Linux OS.

I assume you need to automate something for AbanteCart. What is the process you need to automate?

2564
Existing features / Re: customer upload
« on: March 08, 2013, 10:36:41 AM »
This is still in planning. We will start this soon. Possibly next week

2565
You can have PHP code in the template files (.tpl), if this is what you mean.

Template files have scope of view class and you can have anything available in view accessible in the template.


Pages: 1 ... 169 170 [171] 172 173 ... 202

Powered by SMFPacks Social Login Mod