Page 1 of 1
Search found 18 matches
Re: Entering Price with tax included
Unfortunately the upload does not work however just replace the price against: <!-- TAXMOD1 BEGIN --> <tr> <td><b>Bruttopreis</b> Komma mit . angeben nicht mit Komma</td> <td><input type="text" id="grossprice" name="grossprice" onkeyup="updateNet()" value=&quo...
Jump to post- Wed Jun 16, 2010 3:33 am
- Replies 17
- Views 18981
Re: Entering Price with tax included
Or simply use this hack by only exchanging this templatefile in admin/views/template/catalog/product_form.php and change TAXVALUE - ENTER DIRECTLY according to your value. Ok this is a bit simpler but much easier to handle. There are only 2 blocks needed, easy to update them in the next release, mar...
Jump to post- Wed Jun 16, 2010 3:19 am
- Replies 17
- Views 18981
Re: OpenCart v1.4.4
Thanks it is great you are making this fast progress. Any complaints about too fast releases or hassle of upgrades are in my opinion obsolete, as you are defining the product here better and better. There will be a point where the architecture is so well, that upgrading will be easier. But however I...
Jump to post- Sat Mar 20, 2010 6:43 am
- Replies 61
- Views 36220
Re: F*CK image upload
I have the same problem or a very similar problem. The URL for the uploaded files is prefixed with / instead of https://sslsit.de/domain.de/shop/images/ Therefore the images are not visible. Entering the absolute path here cannot help. It is of more a prefix for letting FCKeditor know about the dire...
Jump to post- Tue Jan 12, 2010 1:59 pm
- Replies 8
- Views 5342
PHP 5.3 support in this and upcoming version?
Dear developers!
PHP 5.3 support in this and upcoming version?
Thank you for this fine shop.
Regards,
tronics
- Fri Oct 23, 2009 12:29 am
- Replies 1
- Views 945
Re: [Solution 1]: Paypal No Order
Great!!
Jump to post- Fri Oct 23, 2009 12:24 am
- Replies 15
- Views 11986
Re: OpenCart Step by Step guide request
*hehe* so that was you again :) What do you think if we make a "add a field/filter checklist"? Not a step by step, but a commented checklist where people can understand the underlying reason before duplicating code. (At first I was confused about the 2 forks-- which one do you think has mo...
Jump to post- Sun Jul 19, 2009 7:07 pm
- Replies 6
- Views 3366
Re: OpenCart Step by Step guide request
Example: This explanation of the opencart fork chromiumcart goes into detail (actually it could/should be much deeper): http://forum.chromiumcart.com/index.php/topic,2648.0.html With a guide like this a new adaptor of the software can oversee the requirements for such an day to day operation as &quo...
Jump to post- Sun Jul 19, 2009 10:03 am
- Replies 6
- Views 3366
Re: OpenCart Step by Step guide request
I have already added 10 fields and debugged the VAT extension: http://www.opencart.com/index.php?route=contribution/contribution/info&category_id=1&contribution_id=115 When I wrote 'step by step' I did not mean line-numbers. The fields in the several files have different implications: In the...
Jump to post- Sun Jul 19, 2009 9:38 am
- Replies 6
- Views 3366
OpenCart Step by Step guide request
Hello! Searching after "model" is not a very good tipp. It would be very useful to have a real step by step guide for adding fields to: - product - customer - address - order This is probably the work of 2 Hours for one of the people already using this system. But it will save ANYONE new w...
Jump to post- Sun Jul 19, 2009 7:03 am
- Replies 6
- Views 3366
Re: OpenCart 1.29 language-pack [GERMAN]
Thanks, that was it
- Sun Jul 19, 2009 6:29 am
- Replies 6
- Views 3159
Re: OpenCart 1.29 language-pack [GERMAN]
I have it running and played around with it - it looks like this has been done very well. Often translations use weird terms that show the use of translation software. -- What I wonder though is why I cannot see the products after switching languages, although I have all Informations added to the pr...
Jump to post- Sat Jul 18, 2009 5:28 am
- Replies 6
- Views 3159
Re: Additional Fields & Usergroups - Opencart Features?
Thank you.
Jump to post- Sat Jul 18, 2009 4:38 am
- Replies 4
- Views 1963
Re: OpenCart 1.29 language-pack [GERMAN]
Thanks, thats great
- Sat Jul 18, 2009 1:08 am
- Replies 6
- Views 3159
Re: Force visitor to register/login
Even better: if (!$this->customer->isLogged() && ( $this->url->http('account/login') != $breadcrumbs[2]['href'] && $this->url->http('account/forgotten') != $breadcrumbs[2]['href'] && $this->url->http('account/create') != $breadcrumbs[2]['href'] ) ) { $this->redirect($this->ur...
Jump to post- Sat Jul 18, 2009 12:41 am
- Replies 13
- Views 7131
Re: Additional Fields & Usergroups - Opencart Features?
>login only
resolved here:
http://forum.opencart.com/viewtopic.php ... 857#p23857
certain groups of clients not yet..
- Sat Jul 18, 2009 12:38 am
- Replies 4
- Views 1963
Re: Force visitor to register/login
You need:
Code: Select all
<?php
if (!$this->customer->isLogged()
&& $this->url->http('account/login') != $breadcrumbs[2]['href']) {
$this->redirect($this->url->https('account/login'));
}
?>
Regards tronics Jump to post
- Sat Jul 18, 2009 12:36 am
- Replies 13
- Views 7131
Additional Fields & Usergroups - Opencart Features?
Hello! I'm trying to evaluate if open Cart is the right solution. I have been searching in the forum, but I didn't find answers to the most important questions I have: -) How to add additional fields to the product & the admin product list? -) How to add additional fields to the order & the ...
Jump to post- Wed Jul 15, 2009 5:10 pm
- Replies 4
- Views 1963
Search found 18 matches