Show Posts


Messages - eCommerce Core

Pages: 1 2 3 [4] 5 6 ... 41
46
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

47
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

48
Support / Re: unifying products and giving model options
« on: March 06, 2018, 07:07:36 AM »
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

49
New Features Discussion / Re: Adding new products one after another
« on: March 06, 2018, 06:58:48 AM »
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.



50
Customization help / Re: how to add extra field on newsletter signup
« on: February 28, 2018, 08:12:00 AM »
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

51
Are you using code embed? Can you share the link or a screenshot? 

52
New Features Discussion / Re: Improovements in next Abantecart
« on: February 11, 2018, 08:56:31 AM »
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.

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

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



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


57
Support / Re: Connecting Oracle database.
« on: 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

58
It sounds like you need product attributes. Check this extension
http://marketplace.abantecart.com/product-features-or-attributes

59
Extension Support / Re: I want all my money from extentions ive spent back
« on: September 28, 2017, 02:47:24 PM »
Nothing works, help me?????? I love this.   :o

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


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

Powered by SMFPacks Social Login Mod