News:

AbanteCart v1.4.3 is released.

Main Menu

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

#46
Looks like your form submit send you to a new page.
You need to direct action on submit to the same page/controller (reporting) and add a new method that will display your result.
You would need to create a new template (tpl) file or reuse existing 
#47
I found your URL and csrf field indeed is missing.

Did you upgrade all the files? If you use custom template, make sure below file is present:
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/form/form_csrf.tpl

Make sure this file is upgraded:
https://github.com/abantecart/abantecart-src/blob/master/public_html/core/engine/html.php
#48
It does look like a csrf token issue.

Check that your form (in the browser) has a csrf token field and it has a value. If you post a URL to your site, I can check
#49
Did you see product options?
https://abantecart.atlassian.net/wiki/spaces/AD/pages/9568257/Manage+Products+Options

You can set up pretty flexible options for your product.
Your landing page will be product details page itself.

Alternatively, you can explore product attributes with below extension.
https://marketplace.abantecart.com/product-features-or-attributes?keyword=attributes&category_id=0
#50
We are working on improving UI for new version 2.0 and your feedback is very important.

For now, to avoid clicks back and forth, you can have a listing page always open in one browser tab.
Click with pressing [crl] '+' button to open 'add product' page in a new tab.
Once done creating a new product, you can close this tab and go back to listing products tab.


#51
Start lookin in this controller after line 134:
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/controller/pages/account/subscriber.php#L134

I suggest that you use extension hooks to add new fields. This will allow you easy upgrade in the future.
https://abantecart.atlassian.net/wiki/spaces/DOC/pages/17694951/Extension+Development
#52
Are you using code embed? Can you share the link or a screenshot? 
#53
To price show in the grey box is for 1 item.

If you change the quantity, the total price will change on the bottom.

What, we can do is move get box lower after the quantity box. We still need to show on item price.

This is open for discussion.
#54
After installation starts to loop, check your error log for AbanteCart in system/logs and in your web server logs.

Basically, there is a system error, that prevents installation to finish. We need to know what the error is in your system.
#56
There is no such setting or feature to disable category based on products stock status.

I see 1 problem with this approach. If you care about SEO, this will affect your product/category search in the search engines if a product stock will change with long intervals.

This feature can be added easily with extra check in the data model. This check can validate for categories with present products in them and only show categories with available products.

You can use "No stock auto disable" to turn products off automatically.


#57
Guess checkout option will show only when you have some product in the cart and click checkout.  If you go to login page, there will be no guess option.

#58
Support / Re: Connecting Oracle database.
October 12, 2017, 07:32:00 AM
Hello and welcome to AbanteCart.

Unfortunately, there is no out of the box Oracle driver.
We do not use ORM, but it will be available in v2.0
#60
Nothing works, help me?????? I love this.   :o

Forum Rules Code of conduct
AbanteCart.com 2010 -