Show Posts


Messages - abantecart

Pages: 1 [2] 3 4 ... 203
16
How-to questions / Re: How to translate names of currencies?
« on: December 31, 2023, 10:10:18 AM »
I am sorry, but we do not support v1.2 any longer.

Currencies are not multilingual. If you do not what to see title, yes, you can disable it.
Rather than removing code, I suggest to create a setting and create a pull request to current dev version. We will review and include into future release.

If there is a demand, we can consider to make currencies multilingual or wait for someone to contribute the change.

Thank you

17
Hello Sunsaan and welcome to AbanteCart forum.

It is not very clear what you set up from the screenshot, but my guess it a category menu what you show.
You can only add categories to the "category" menu. :)

In original template, there is a menu (home icon) on the left side of the bar. I do not see it on your screenshot.
You can assign specials to that menu. See my screenshot.

If you still need to add a link in the menu that you showed, you will need to edit the category block code or add new block to the right of the category and add link this new block.
Blocks are managed in the layout section.






18
Thank you for great suggestion. We will include the change in the next release.

19
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?

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

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

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

23
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

24
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

25
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. 

26
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.

27
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?



28
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

29
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


30
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

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

Powered by SMFPacks Social Login Mod