Show Posts


Messages - eCommerce Core

Pages: 1 ... 36 37 [38] 39 40 41
556
I get these:

[Error] Failed to load resource: the server responded with a status of 404 (Kategorie nicht gefunden) (t, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (favicon.ico, line 0)

these return statuses cause the problem

557
Languages and Zones / Re: Getting translation to French?
« on: January 19, 2014, 12:46:40 PM »
Well said abantecart.

To add. OC might be simpler to program, but it is not as flexible. There are people that care about it.

gob33. If you want to open discussion about this further, lets create a new thread and discuss.
Do you still need help with language?

558
Support / Re: Content pages can disappear
« on: January 18, 2014, 09:54:47 PM »
Thank you for steps to replicate.

See this fix in 1.1.8
You can copy these file now or wait for an update.
https://github.com/abantecart/abantecart-src/commit/4350cf327c86748aa242b1ea1ece74e298aae6f0

559
Extensions and Add-Ons / Re: Canot install new language
« on: January 18, 2014, 07:29:43 PM »
First, please, do not put different topics in one post.  This post is about language.

Before you post questions, please check manuals or other similar posts.

You need to set location for your store and tax for that region
See manual.
http://www.abantecart.com/ecommerce-documentation/52-admin-user-manual/system/localization#Tax%20Classes

560
General Support / Re: filter to the category pages
« on: January 17, 2014, 06:52:47 PM »
Do you mean you need to sort or list product by options?

561
Support / Re: Maintenance mode little bug?
« on: January 17, 2014, 06:50:57 PM »
Works for me too

562
Languages and Zones / Re: Getting translation to French?
« on: January 17, 2014, 06:50:03 PM »
Somebody got to do it who can write in French.

I hope you do not imply that AbateCart has less features than open cart. That would not be accurate if we compare core features
As for extensions, I agree room to grow.

565
Support / Re: Citruspay Payment Gateway Integration
« on: January 13, 2014, 04:34:57 PM »
Is this an abantecart question?

566
General Support / Re: Display Badges
« on: January 13, 2014, 04:30:05 PM »
I am not sure 'New Arrival' and 'Pre-order' are related.  New Arrivals, can be listed based on newly added product, where  'Pre-order' is related to out of stock.

Both are currently available.

'Pre-order' is available in stock status.

'New Arrival' is implemented with in Latest Products listing block.


567
I wonder if you plan to sell or just give out for free.

568
Support / Re: How does "Discount" work ?
« on: January 11, 2014, 09:50:42 PM »
For product discount you can set up discount based on quantity selected. You need to set up minimum qtty for discount to apply and product price in this case. There is no % discount here.

Also you can set up special price discount on product in general, without connection to quantity. You set up final price here. Not %

569
Regardless of your project stage, your question is related to customization and not normal support. I have to agree on this.

AbanteCart is very flexible and many things are possible, but it is recommended to use extension development to add features.
I suggest you read on dev manual and concepts:
http://www.abantecart.com/document_wiki/index.php/Main_Page

To answer your question.
Quote
I could not figure out how/where the final price on the product page is calculated (the updated price on bottom of the product page, after options if options are used), can you help?

And where's the formula to calculate that final updated price ?!

Look at this file:
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/controller/pages/product/product.php

You need lines 178 thru 228

Note $this->data array is pushed to the template and  $this->data['product_price'] becomes $product_price in the template product.tpl.

Hope this helps.

570
Customization help / Re: Menu & Cart Question
« on: January 09, 2014, 11:42:08 AM »
1:- In the menu at the top I dont want drop downs of any sort, how do I achieve this

2:- If I put the cart in the top right and float over it, the pop up appears but only half of it is visable, is there anyway I cna just have a static cart without the popup

1. Do you refer to categories? You can create 1 level categories and there will be no dropdown
Else, need to tweak the code
2. You can edit the template for cart, and not show popup.

Pages: 1 ... 36 37 [38] 39 40 41

Powered by SMFPacks Social Login Mod