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 - bs135

#1
Support / My site got an error message
August 12, 2013, 01:20:41 AM
This error massage is

QuoteMessage status:   critical

Date:   2013-07-30 22:21:33

Number of repetitions:   2

Error: Error in data of page with controller: 'pages/product/product'. Please check for key_value present where key_param was set

Currently, the site is operating normally.
Just, is that error serious?

Thank you.
#2
General Support / Re: how to edit a Sub menu?
July 17, 2012, 06:50:32 AM
thank you
#3
General Support / Re: how to edit a Sub menu?
July 16, 2012, 02:30:37 AM
 Thank you very much.

And addition, how to create a menu with extern link?
#4
General Support / how to edit a Sub menu?
July 14, 2012, 05:21:39 AM
I just add a Sub-menu.
Design -> Menu -> Insert ...
I set new menu is a submenu (Parent not --None--)
That submenu have appeared on store front.

But in admin I can't to find it for editting.
#5
thank you very much
#6
I checked with a product with some options. It work. The quantity of the kind of this product decreased after order confirm.

But a product without option, the Total quantity of this product not decreased after order confirm.
Please show me how to setup that feature.
#7
I checked with a product with some options. It work. The quantity of the kind of this product decreased after order confirm.

But a product without option, the Total quantity of this product not decreased after order confirm.
Please show me how to setup that feature.

I saw the code in same model file, line 215:
This code checked 'subtract' value in database table 'ac_order_products' to Subtract the quantity in table 'ac_products'.
But I viewed my database, value of field 'subtract' is '0' in table 'ac_order_products', and is '1' in table 'ac_products'.


$order_product_query = $this->db->query("SELECT *
FROM " . DB_PREFIX . "order_products
WHERE order_id = '" . (int)$order_id . "'");

foreach ($order_product_query->rows as $product) {
if ($product['subtract']) {
$this->db->query("UPDATE " . DB_PREFIX . "products
SET quantity = (quantity - " . (int)$product['quantity'] . ")
WHERE product_id = '" . (int)$product['product_id'] . "'");
}
#8
My quantity in product option is not decreased after order confirm.  :(

I view my database, table 'ac_products', value of field 'subtract' is '1' for all products.
But in table 'ac_order_products', value of field 'subtract' is '0' for all products.

And in file \storefront\model\checkout\order.php - line 150:
Why hasn't it update 'subtract' value for 'ac_order_products'.

foreach ($data['products'] as $product) {
$this->db->query("INSERT INTO " . DB_PREFIX . "order_products
SET order_id = '" . (int)$order_id . "',
product_id = '" . (int)$product['product_id'] . "',
name = '" . $this->db->escape($product['name']) . "',
model = '" . $this->db->escape($product['model']) . "',
price = '" . (float)$product['price'] . "',
total = '" . (float)$product['total'] . "',
tax = '" . (float)$product['tax'] . "',
quantity = '" . (int)$product['quantity'] . "'");



Please help me.?
#9
It's not automatically decrease the quantity after ordering.
Please help me.
#10
I fixed but it's still the same.
I mean, after ordering, the quantity of products has not been subtracted in the total.
#11
General Support / "Subtract Stock" not working..
June 20, 2012, 04:07:44 AM
In manual: Admin User Manual > Catalog menu > Products  > Options Tab
QuoteSubtract Stock: If the "Subtract Stock" dropdown is enabled AbanteCart will automatically decrease the quantity you have left from this product according to the quantity ordered. This is usually set to Yes unless you have unlimited quantity of this product or the product is a service you offer.

I set "Subtract Stock" is "Yes".  But when a order is completely, the product quantity is not change. I use AbanteCart 1.0.2.

Please help me..

Thanks
#12
General Discussion / Add new Location.?
June 18, 2012, 12:48:50 AM
In Localization -> Locations -> add new Location

I want to add a Location of country with all zone. How?
What does it mean, if I chose country, and chose zone is none?
#13
General Support / Re: Can't confirm order
June 08, 2012, 12:37:35 AM
I use firebug, I get 1 error, and this show:


#14
General Support / Re: critical - class not exist
June 07, 2012, 10:53:31 PM
That message appears after I installed template2.
I only access home page and get this message.
Storefront operate normally with new template.
#15
General Support / critical - class not exist
June 06, 2012, 09:27:31 PM
I get this bug:
Error: Could not load controller ! in /core/engine/dispatcher.php on line 165

Forum Rules Code of conduct
AbanteCart.com 2010 -