Show Posts


Messages - eCommerce Core

Pages: 1 2 [3] 4 5 ... 41
31
By default AbanteCart does not limit customers to place orders in this situation. This is not a easy solution.

If stock restriction is very critical for the business, there are some solutions:

1. it is possible to implement stock check validation during confirmation stage.

There are some considerations to make here.
Should system prevent payment in such situation or allow payment and than check for stock.

Placing validation before payment will not solve problem entirely as second customer might be still typing payment details and the other one already completed.
Payment for one customer might fail and you refuse the second customer of good sale.

If stock validation is done after the successful payment, than payment must support auto refund in event customer is not allowed to place an order.

Keep in mind that customer might have multiple items in the cart and that can cause loss of sale for good products.

2. Some companies implement time lock for stock and release it back if no purchase happened.
Customer will be advised that they have N minutes to checkout.
If this case stock is locked (deducted) during adding to cart process.

You will need to create a backend process to release items to stock.

We are aware of this and considering if we implement one of the solutions in v2.0.






32
Support / Re: Export timeout - 500 Internal Server Error
« on: June 02, 2018, 02:40:20 PM »
Export for 15k products in one run could be a bottleneck on smaller servers and short execution limits.

You can limit your export to range of IDs.

33
Template for HTML email body 'mail/order_confirm.tpl'
Template for pain text email body 'mail/order_confirm_text.tpl'

34
Welcome to AbanteCart breamillman

Thank you for the explanation, but you forgot to mention where do you need to increase the number of items shown in a row.
What section (admin/storefront) and what page?

36
Welcome to AbanteCart g.b17.

What you explain is very strange behavior. Admin get the same email (copy) as the customer.

This should not be related to MonnikaTemplate as the code sending email is not in the template.

Here is the file and line that takes care of attaching email HTML body to the sender.
You can check here.

https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/model/checkout/order.php#L637


37
How-to questions / Re: My admin panel is not working
« on: June 02, 2018, 02:03:24 PM »
Did you get an error during upgrade? If upgrade did not complete with error, you need to take a note of this error. You can find it in the error log.

If this is the case, restore your site with the backup first.

Share the error you get and we will see what the issue is. 


38
How-to questions / Re: Auto stock update
« on: June 01, 2018, 01:01:59 PM »
Technically it is possible, but some scripting and coding will be required to organize automatic import process and run the task.

40
We have supported sites with over 100k products. This is not just one site.

There is no hardcore limit. All depends on the size of your server.

41
API Development / Re: API to get alias SEO url for product
« on: May 28, 2018, 08:29:50 AM »
I have just updated API on 1.2.13 (next release) with ability to return SEO URL.

You can copy these 3 files to your version of Abantecart.
https://github.com/abantecart/abantecart-src/commit/81f752476572de54b47c124b57622793e724fbca

42
General Support / Re: Misaligned related products images
« on: May 23, 2018, 06:33:55 AM »
This can be due to title length or broken HTML tag. Can you share link to your site? I can check HTML.

43
Support / Re: DATABASE FEED LINK ! PLEASE HELP!
« on: May 07, 2018, 10:02:08 AM »
Welcome to AbanteCart forum!

Nice start with pressuring people :)

I believe you are looking for RSS feed.
Check this post http://forum.abantecart.com/index.php?topic=1165.0

44
Template Support / Re: Reduce size pricetag Jumbotron
« on: March 08, 2018, 08:04:05 AM »
If you post URL to your page, I can point you to correct stylesheet.

45
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 

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

Powered by SMFPacks Social Login Mod