Show Posts


Messages - eCommerce Core

Pages: [1] 2 3 ... 41
1
Tips and Tricks / Re: Customize your menu
« on: May 31, 2020, 08:27:21 AM »
Good post David. Thanks

2
Support / Re: Thumbnails do not link to product page
« on: May 31, 2020, 08:20:01 AM »
There must be an error in the log file.
Post short extract from the log. Get it right after you get an error.

Here is how you get the error log:
http://forum.abantecart.com/index.php?topic=834.0

4
General Support / Re: complain
« on: December 26, 2018, 09:59:24 PM »
I suggest to be reasonably limited with help request from users that ONLY ask for help and do not help others.
Why waste time on people who abuse community?

Any objections?

5
General Support / Re: session_name
« on: December 26, 2018, 07:33:17 AM »
Did you change any files? Did you modify init.php file?

6
Support / Re: Lookinh to move from Woocommerce to AbanteCart
« on: December 24, 2018, 06:53:47 AM »
We can add Woocommerce migration to AbanteCart, but this will take some time and if we do this it will be ready in next v1.2.14

7
Support / Re: update to v1.2.13
« on: December 22, 2018, 10:45:58 PM »
Go to this relative folder and check permissions yourself.
public_html/resources/image/

Above directory and all children directories must be writable to your web server.
For simplicity you can set them to 777 or rwx-rwx-rwx

This issue is covered really well on this forum, you can search for solution

8
Support / Re: update to v1.2.13
« on: December 22, 2018, 01:26:08 PM »
i think i lost thumbnails when trying to update abantecart version to last version without backing up the files and DB, that's caused the error on website, any chance to fix it ??
Upgrade process does not delete thumbnails or any other data. There might be something else, like issue with file/directory permissions and process failed.
The upgrade process did not finish, that is why you still see old version. How did you upgrade?

9
How-to questions / Re: Allow customer to make an offer?
« on: August 22, 2018, 10:10:40 AM »
I did not come across, but it sounds like something interesting to do. 

10
General Support / Re: Reports
« on: August 22, 2018, 10:09:00 AM »
Clearing report is only possible with clearing data that reports use.

11
General Support / Re: Bad paid support
« on: August 22, 2018, 10:05:34 AM »
Hani. You sent an email yesterday Aug 21 (less than 24hours). Someone will work with you today. Please be patient.

14
Installation and Configuration / Re: log error
« on: August 10, 2018, 04:53:22 PM »
Are you sure there is a PHP error? Check your web server log.

15
Customization help / Re: Image Background On Homepage
« on: August 10, 2018, 04:50:36 PM »
Unfortunately, there is no css class or ID to identify main page
You would need to add some logic to page.tpl template
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/common/page.tpl

For instance, you can put below code in the body and limit your CSS to page what you need

Code: [Select]
<body class="<?php echo str_replace("\\""-"$this->request->get['rt']); ?>">

Pages: [1] 2 3 ... 41

Powered by SMFPacks Social Login Mod