Show Posts


Messages - Basara

Pages: [1] 2 3 ... 376
1
How-to questions / Re: Help with importing data
« on: December 06, 2023, 06:48:55 AM »
Hello.
After you import to one language you can copy to another with https://abantecart.atlassian.net/wiki/spaces/AD/pages/15302710/Edit+Language#EditLanguage-LoadmissingData

3
Hello.
For your store you can change the Favicon in the store appearance settings https://abantecart.atlassian.net/wiki/spaces/AD/pages/7110674/Appearance+Settings#Icon

4
Template Support / Re: Remove 'view' on hover on thumbnails
« on: December 06, 2023, 03:27:56 AM »
Hello.
What is your theme?

5
Feedback / Re: I love AbanteCart, its documentation and its forum.
« on: December 06, 2023, 02:34:00 AM »
Thank you for your kind words and feedback. We are delighted to hear that you are enjoying AbanteCart and finding it easy and efficient to use. We appreciate your appreciation of our philosophy and design.

6
Extension Support / Re: Problem when changing language
« on: December 06, 2023, 02:31:54 AM »
Hello.
It is hard to understand your problem but when you add new language to make it default you need to change this in Store settings https://abantecart.atlassian.net/wiki/spaces/AD/pages/6586384/Storefront+Language

When you have 2 or more languages the descriptions of your products, categories, banners are multilanguage now and obviously you need to enter them.
There is a tool in AbanteCart to copy dynamic descriptions from one language to another please read Load missing (not translated) language data https://abantecart.atlassian.net/wiki/spaces/AD/pages/15433741/Add+Language#AddLanguage-AfterLanguageinstalled

7
Hello.
What is your AbanterCart version and the type of the Checkout (general checkout or new Fast checkout extension)?
Check for the errors in the AbanteCart error log and please make a screenshot of your customer address and the error.

8
General Support / Re: Use coupon for certain category only
« on: December 05, 2023, 06:37:10 AM »
Hello.
This is expected behavior. If you want to change how the coupon applies you can change this file https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/model/total/coupon.php
The Github Pull request is always welcome

9
Hello.
Here is an example of language extensions https://github.com/abantecart/abantecart-languages
You don't need much PHP skills to translate the text. You just need to edit the XML files with the text you want.

There are many ways to install AbanteCart locally
https://www.mamp.info/en/downloads/
https://www.apachefriends.org/
https://abantecart.atlassian.net/wiki/spaces/AD/pages/1118339077/Docker+Installation
https://github.com/abantecart/docker

10
General Discussion / Re: user Module to allow Outside Sellers
« on: November 29, 2023, 03:26:11 AM »
Hi!
I am planning to open my own store, I have many wholesale suppliers. my website is in the process of being created.
Where do I begin?
I was very interested in the AbanteCart platform

I am glad to hear that you are interested in the AbanteCart platform. AbanteCart is a free open-source e-commerce platform that can help you create and manage your own online store.

To get started with AbanteCart, you can follow these
https://abantecart.atlassian.net/wiki/spaces/AD/pages/2981962/Going+live+checklist
https://abantecart.atlassian.net/wiki/spaces/AD/pages/5668901/Extend+Functionality

11
Installation and Configuration / Re: Server Migration
« on: November 29, 2023, 03:20:26 AM »
Can anyone help? Our entire store is down.

Hello. You can start from this list https://forum.abantecart.com/index.php/topic,3197.0.html and contact the hosting provider

12
How-to questions / Re: Footer Link
« on: November 28, 2023, 03:47:41 AM »
Hello.

Try
Code: [Select]
'href' => "https://..."  or
Code: [Select]
'href' => '/Inicio/' 

13
Built-in Features / Re: Order Status Emails
« on: November 27, 2023, 05:56:35 AM »
Make sure you have the admin_order_status_notify email template
Do not use order_status_name but an order_status
with Allowed Placeholders: store_name, order_id, order_date_added, order_status, invoice, comment
Html Body:
Code: [Select]
Order:  {{ order_id }} <br/>
Date added: {{ order_date_added }} <br/>
Order status: {{ order_status }} <br/>
Invoice: {{ invoice }}<br/>
<br/>

Comment:<br/>
{{{ comment }}}<br/>

<br/>

Please reply to this email if you have any questions.

14
Built-in Features / Re: Order Status Emails
« on: November 27, 2023, 01:39:31 AM »
I have the same issue so not just you.
Hello. What is your AbanteCart version and the order statuses you changed from-to?

15
Installation and Configuration / Re: Server Migration
« on: November 22, 2023, 02:14:44 AM »
Hello.
Please read "Move to another hosting" guide https://abantecart.atlassian.net/wiki/spaces/AD/pages/22511620/Changing+Domain+Name#ChangingDomainName-Movetoanotherhosting

The SALT and ENC KEY are related to the password and other encrypted data stored in the database

Pages: [1] 2 3 ... 376

Powered by SMFPacks Social Login Mod