Show Posts


Messages - abantecart

Pages: 1 [2] 3 4 ... 203
16
Thank you for great suggestion. We will include the change in the next release.

17
General Discussion / Re: show store nameon product listing page.
« on: December 23, 2023, 01:18:29 PM »
Default AbanteCart does not have multiple sellers solution. There is only multiple store.  Are you using some customization or extension?

18
Thank you OneMore for sharing. In newer versions or 1.3.x for Bootstrap 5 templates this will be different   

19
Template Support / Re: Bootstrap5 Logo Position
« on: December 20, 2023, 07:21:59 AM »
Can you share your HTML/CSS or post a link?

20
OneMore , Thank you for the feedback. We will work on the update

21
Template Support / Re: Bootstrap5 Logo Position
« on: December 19, 2023, 07:42:02 AM »
You need to edit below line in fine
Code: [Select]
public_html/extensions/bootstrap5/storefront/view/bootstrap5/template/common/header.tpl
Around line 3 there is a code below
Code: [Select]
<div class="mb-auto col-12 col-md-2 d-flex flex-wrap flex-md-nowrap justify-content-between"       

You need to set a 100% width here and set justify-content-center

22
Installation and Configuration / Re: Server Migration
« on: November 21, 2023, 08:31:48 PM »
Hi AromeCity,

What is the version of AbanteCart you migrate?
Was web server configured correctly with web root pointing to  public_html?
Was database host/name/u/p changed and configured?
What is the error that you get?

Most likely something changed and you need to update /system/config.php


Check this post that has some help with migration:
https://forum.abantecart.com/index.php/topic,426.0.html

23
AbanteCart v2 is open source as well.

https://github.com/abantecart/abantecart_2.0

This is a different Architecture application with support of Laravel/Eloquet and other tools.
Read about it here https://managed.abantecart.com/custom-ecommerce.html

We run this platform for our larger clients and our support will be only for paid customers with larger scale ecommerce and custom business workflows. 

24
We discussed this internally and will try to implement in 1.3.5. Feedback will be appreciated. Once it is ready on 1.3.5 branch we will let you know.

25
Hello andmoss123,

There are multiple aspects here and I try to understand what you ask.
I assume you want to enter price with the the tax and automatically recalculate to base price without tax.

Challenge is with multi regional stores, as tax class is connected to the customer's location (delivery address).
If your business is only in one location it will not be a problem, but we need to cover all the scenarios in the platform. 

I think this can be solved with adding 2 extra fields. Price Including tax and tax class/value selection
After entering price with tax, base price will be calculated based on selected tax class/value
This can be done with the JavaScript on tax class/value selection event.
After base price is calculated and form is saved, the storefront will use base price with tax class appropriate to the location.

See similar form image from prestashop

Does this work or you looking for something different?



26
News and Announcements / AbanteCart version 1.3.4 is finaly released
« on: July 21, 2023, 12:11:26 PM »
New version of AbanteCart 1.3.4 is now released.

Master branch is set to be 1.3.4.
https://github.com/abantecart/abantecart-src

New Features and improvements highlight:
https://github.com/abantecart/abantecart-src/releases/tag/1.3.4

27
General Support / Re: secure status not extending to item links?
« on: March 26, 2023, 07:16:33 PM »
You can set both URL settings to use HTTPS
Go to system -> settings -> store details


28
Steps to reset the password (if nothing else worked) would require a temporary code change.
Described in this post
https://forum.abantecart.com/index.php/topic,547.msg1688.html#msg1688

Another option:
You can install new abantecart with new admin password and migrate user tables your older database.
NOTE: Make sure new installation has matching version of AbanteCart and database server
https://github.com/abantecart/abantecart-src/blob/master/public_html/install/abantecart_database.sql#L2010

29
Support / Re: Error logs with new install - no thumbnails showing etc
« on: March 05, 2023, 07:25:04 AM »
Hello mcpops,

The error that you posted is not related to the problem with images.

Make sure that /images and /images/thumbnails directory are accessible to the web.
You can add  /images/thumbnails/[path to any image] to your URL and see if image shows.


30
General Support / Re: Cant get checkout to work
« on: November 06, 2022, 02:59:17 PM »
Hello Brian,

Based on your screenshot, you have 2 delivery options setup. What seams to be a problem?

Just FYI. Here is the document with shipping settings:
https://abantecart.atlassian.net/wiki/spaces/AD/pages/14647413/Enable+Shipping

Pages: 1 [2] 3 4 ... 203

Powered by SMFPacks Social Login Mod