News:

AbanteCart v1.4.3 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - eCommerce Core

#61
Starting in v1.2.11 stripe payment was updated to comply with latest PCI DSS from Stripe.
In over words, credit card details are not passed via your server or AbanteCart backend any more.
Creditcard details are passed through stripe server and tokenized.
These details shared only between customer's browser and Stripe.

#62
Extension Support / Re: Failed order using PayPal standart
September 12, 2017, 09:40:50 AM
I wonder who do you refer to as support ?
There is no support in the forum.
There is a community help.

Back to your issue. I doubt that this is related to your settings.
Did you try to install new AbanteCart in parallel and try your settings? I suggest you do this.


#63
Check this manual and adjust your domain/url setting

http://docs.abantecart.com/pages/settings/details.html
#64
Not any more :) Thank you Lee
#65
Here are release notes.
https://github.com/abantecart/abantecart-src/blob/1.2.11/release_notes.txt

We might be missing something, so it might be updated.
#66
Thank you for sharing. In new AbanteCart import Wizard, user can map fields, so Matrix should not be a problem.
#67
This service needs to be integrated into abantecart.
There is no step by step how to do this. You need to develop an extension (in PHP) and integrate with Google API.

Google Adwords API manual is in here:
https://developers.google.com/adwords/api/docs/guides/start

If you need this integration done for you, try http://managed.abantecart.com
#68
Welcome to AbanteCart.

We need AbanteCart version.
What makes you think that your site is attacked via AbanteCart?
Possibility that you have directories/files writable for the web under abantecart, but attack can be done from any other software.

Details will clarify this mistery. Check the logs.
#69
What you request is implemented in 1.2.11 that will be release in about 1-2 weeks.
In version 1.2.11 you will be able to create an option of type "Label" that will act static and will be displayed in the product, order and invoice.

Here is a full git commit history.
https://github.com/abantecart/abantecart-src/commit/74c4d734dfbdd34e8f714ead8d05c76f724ca7d5
#70
Looks like you unintentionally modified your file. It is always a good practice to refresh your file(s) from repo.
#71
Why can't you create an option with one value as your text?
#72
Usually, if section of the text is shifted on the page, you have some unclosed HTML tag or in a wrong place. Probably, simple typo.
#73
Customization help / Re: Dual Currencies Product Page
August 06, 2017, 09:59:51 PM
If you need help with development please first look and AbanteCart architecture and extension development.
Let us know of specific question you might have.

http://docs.abantecart.com/pages/developer/architecture.html
http://docs.abantecart.com/pages/developer/extension_dev.html

NOTE: This forum is not to teach people programming.
You need to be familiar with PHP, JavaScript, HTML and Mysql to be able to program with AbanteCart.
#74
Quote from: Sam_78 on July 25, 2017, 12:20:17 PM
Is there easy fix to this.
I am trying to understand what is the fix that you are looking for?

Looks like you want to show all the products in the category tree down. AbanteCart does not work this way.
This can be customized with updating query in the below product model.

https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/model/catalog/product.php#L227
public function getProductsByCategoryId( ...

Keep in mind that this SQL operation will be slow if you have many categories.

Quote from: Sam_78 on July 25, 2017, 12:20:17 PM
Because some times I have many sub-sub-categories and besides it doesn't make sense to add product in sub-category but not in parent category.. .
You do not have to add products to parent category. Once you go to subcategory you will see all the products in that category.



#75
It is very known issue with site layout broken because of increased zoom. Elements no longer fit in the screen.

In this case, menu is wrapped to new line, and since menu has white color, you can not see it.

Needs a CSS tweak.

Forum Rules Code of conduct
AbanteCart.com 2010 -