Show Posts


Messages - eCommerce Core

Pages: 1 ... 3 4 [5] 6 7 ... 41
61
Extension Support / Re: Failed order using PayPal standart
« on: 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.



62
General Support / Re: Accessing store with non-configured or unknown domain
« on: September 05, 2017, 09:18:38 AM »
Check this manual and adjust your domain/url setting

http://docs.abantecart.com/pages/settings/details.html

63
News and Announcements / Re: AbanteCart 1.2.11 is ready for community review
« on: September 04, 2017, 07:35:49 PM »
Not any more :) Thank you Lee

64
News and Announcements / Re: AbanteCart 1.2.11 is ready for community review
« on: September 04, 2017, 02:32:13 PM »
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.

65
Opinions / Re: Imoort - use names instead of an arbitrary #s
« on: August 29, 2017, 02:07:41 PM »
Thank you for sharing. In new AbanteCart import Wizard, user can map fields, so Matrix should not be a problem.

66
Customization help / Re: how to integrate adwords with abantecart
« on: August 28, 2017, 05:57:14 AM »
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

67
Support / Re: malicious files detected on web hosting
« on: August 12, 2017, 10:49:38 AM »
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.

68
Customization help / Re: New text field under PRICE in PRODUCT PAGE
« on: August 10, 2017, 12:11:25 PM »
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

69
Looks like you unintentionally modified your file. It is always a good practice to refresh your file(s) from repo.

70
Customization help / Re: New text field under PRICE in PRODUCT PAGE
« on: August 06, 2017, 10:27:01 PM »
Why can't you create an option with one value as your text?

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

72
Customization help / Re: Dual Currencies Product Page
« on: 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.

73
General Support / Re: Issue with assigning categories
« on: July 25, 2017, 01:31:09 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
Code: [Select]
public function getProductsByCategoryId( ...
Keep in mind that this SQL operation will be slow if you have many categories.

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.




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

75
Customization help / Re: 360 Product viewer
« on: July 25, 2017, 11:09:07 AM »
Welcome to AbanteCart Alexmark!

360 product viewer will be a combination of images and JavaScript. Am I right?

I did not hear anyone mentioning using it, but I do not see any issues with including that.

This would be something as simple as including JavaScript library and updating image tag on the product details page.


Pages: 1 ... 3 4 [5] 6 7 ... 41

Powered by SMFPacks Social Login Mod