Grundpreis und Kauf ohne registrierung

ПерваяПредыдущая 1 2 СледующаяПоследняя
28.10.2010 16:55
#1
papa-chicco
Joomshopping forum user no avatar
Name: Alex
17.10.2010
Сообщения: 123
Quote
Grundpreis und Kauf ohne registrierung

Nach Deutschem Recht muss zb. bei Flüssigkeiten in unmittelbarer Nähe des Preises der Lieterpreis (Grundpreis) angezeigt werden. Diese Ausgabe muss auf allen Seiten erscheinen auf denen man das Produkt direkt kaufen kann, ähnlich wie bei der PangV (Preis inkl. 19% MwSt ...)

gibt es dafür bereits ein Plugin oder ähnliches bzw. wie kann ich das selbst einbauen?

Wenn ich im Admin "Kauf ohne Registrierung" aktiviere, erscheint diese möglichkeit beim Login nicht

muss da etwas anderes zusätzlich aktiviert werden oder ist das ein Bug?

Schonmal Dank im Voraus


Joomla: 1.5.21
JoomShopping: 2.41
 
28.10.2010 17:11
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25914
Quote
Aw: Grundpreis und Kauf ohne registrierung

config
Aw: Grundpreis und Kauf ohne registrierung

 
28.10.2010 17:13
#3
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25914
Quote
Aw: Grundpreis und Kauf ohne registrierung

Wenn ich im Admin "Kauf ohne Registrierung" aktiviere, erscheint diese möglichkeit beim Login nicht


Message error?
Website URL?

 
28.10.2010 17:23
#4
papa-chicco
Joomshopping forum user no avatar
Name: Alex
17.10.2010
Сообщения: 123
Quote
Aw: Grundpreis und Kauf ohne registrierung

Die MwSt-Ausgabe habe ich bereits gefunden, die stand ja auch nicht zur frage!
ich meinte lediglich dass der grundpreis ähnlich angezeigt werden muss

Testumgebung: http://bio.avp-web.de


Website Url: http://bio.avp-web.de

Последнее изменение: 28.10.2010 17:25
 
28.10.2010 18:19
#5
papa-chicco
Joomshopping forum user no avatar
Name: Alex
17.10.2010
Сообщения: 123
Quote
Aw: Grundpreis und Kauf ohne registrierung

Login ohne registrierung konnte ich beheben.

ich habe lediglich folgenden string:
<?php if ($this->config->shop_user_guest && $this->show_pay_without_reg) {?>
abgeändert in
<?php if $this->show_pay_without_reg) {?>
und ich konnte die option wider ein und ausschalten

 
28.10.2010 21:30
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25914
Quote
Aw: Grundpreis und Kauf ohne registrierung

I do not understand the problem.

Description parameters PHP:

after cart click "Zur Kasse"
$this->show_pay_without_reg == 1

Config checkbox "Kauf ohne Registrierung"
$this->config->shop_user_guest (1 or 0)

 
28.10.2010 21:36
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25914
Quote
Aw: Grundpreis und Kauf ohne registrierung

papa-chicco - 28.10.2010 17:23
Die MwSt-Ausgabe habe ich bereits gefunden, die stand ja auch nicht zur frage!
ich meinte lediglich dass der grundpreis ähnlich angezeigt werden muss

Testumgebung: http://bio.avp-web.de


grundpreis (price without tax)?

This function is not available.
in the future she will

 
30.10.2010 09:18
#8
papa-chicco
Joomshopping forum user no avatar
Name: Alex
17.10.2010
Сообщения: 123
Quote
Aw: Grundpreis und Kauf ohne registrierung

NOT "price without tax"

in Germany you must show a Base-Price for liquid Producs.
per example:

250ml Water

1,50 €
Preis inkl. 19% MwST zzgl. Versandkosten <--- that is what we have
Grundpreis: 6,-- € per Liter <--- that is what we need

a lve example you can see here
http://shop2.autotechnik24.de/product_info.php/products_id/89?osCsid=50276bb2e263416636f47258b1529a7f


Последнее изменение: 13.06.2017 12:06
 
31.10.2010 11:05
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25914
Quote
Aw: Grundpreis und Kauf ohne registrierung

Understood.
In the future, will be created a "Grundpreis"

 
31.10.2010 17:14
#10
papa-chicco
Joomshopping forum user no avatar
Name: Alex
17.10.2010
Сообщения: 123
Quote
Aw: Grundpreis und Kauf ohne registrierung

fine, but if someone want to use the system at the german market, it is imprtant an very expensive if it dont work

 
31.10.2010 17:18
#11
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25914
Quote
Aw: Grundpreis und Kauf ohne registrierung

but if someone want to use the system at the german market, it is imprtant an very expensive if it dont work

???

 
31.10.2010 18:46
#12
papa-chicco
Joomshopping forum user no avatar
Name: Alex
17.10.2010
Сообщения: 123
Quote
Aw: Grundpreis und Kauf ohne registrierung

in germany you must have a baseprice in your shop. if you sell product like fluids you must show the baseprise. if you dont show the baseprice, you can be shure that anyone send you a pay warnig.
Under German law, the base price must be shown, as well as the vat and postage.
ther are a lot of laws for onlineshops in germany, the most are realiced in this system

 
31.10.2010 19:13
#13
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25914
Quote
Aw: Grundpreis und Kauf ohne registrierung

Thank you.

 
31.10.2010 22:59
#14
papa-chicco
Joomshopping forum user no avatar
Name: Alex
17.10.2010
Сообщения: 123
Quote
Aw: Grundpreis und Kauf ohne registrierung

here is a little workarround:

Step 1

insert into database jos_jshopping_products

ALTER TABLE `jos_jshopping_products`
ADD `fuellmenge` FLOAT( 8, 4 ) NOT NULL DEFAULT '1.000',
ADD `basismenge` FLOAT( 8, 4 ) NOT NULL DEFAULT '1.000',
ADD `einheit` TEXT NOT NULL

-------------

Step 2

insert into "administrator/components/com_jshopping/views/product_edit/tmpl7info.php" at line 32

<tr>
<td class="key">Grundpreis</td>
<td>&nbsp;</td>
</tr>
<tr>
<td class="key">Füllmenge</td>
<td> <input type = "text" name = "fuellmenge" id = "fuellmenge" value = "<?php echo $row->fuellmenge?>" />
</td>
</tr>
<tr>
<td class="key">Basismenge</td>
<td> <input type = "text" name = "basis" id = "basis" value = "<?php echo $row->basis?>" />
</td>
</tr>
<tr>
<td class="key">Einheit</td>
<td> <input type = "text" name = "einheit" id = "einheit" value = "<?php echo $row->einheit?>" />
</td>
</tr>

---------

Step 3

insert into "/components/com_jshopping/views/product/tmpl/product_default.php"

at line 115 under

<?php if ($this->product->getPriceCalculate() > 0 || !$this->config->user_as_catalog){?>
<div class="prod_price">
<?php print _JSHOP_PRICE?>: <span id="block_price"><?php print formatprice($this->product->getPriceCalculate())?></span>
</div>
<?php }?>

this

<?php if ($this->product->fuellmenge != 1): ?>
<span class="taxinfo"><?php print _JSHOP_BASE_PRICE?>: <?php echo number_format($this->product->getPriceCalculate()/$this->product->fuellmenge, 2) ?>&nbsp;<?php print _JSHOP_EURO?>&nbsp;/&nbsp;<?php print $this->product->einheit?></span><br />
<?php endif; ?>

and under

<?php print formatprice($add_price->price)?> before <?php } ?>

this:
<?php if ($this->product->fuellmenge != 1): ?>
<span class="taxinfo"><?php print _JSHOP_BASE_PRICE?>: <?php echo number_format($add_price->price/$this->product->fuellmenge, 2) ?>&nbsp;<?php print _JSHOP_EURO?>&nbsp;/&nbsp;<?php print $this->product->einheit?></span><br />
<?php endif; ?>



--------
Step 4

insert into "components/com_jshopping/lang/de-DE.php"


define('_JSHOP_BASE_PRICE', 'Grundpreis');
define('_JSHOP_EURO', 'EUR');


 
02.11.2010 21:44
#15
papa-chicco
Joomshopping forum user no avatar
Name: Alex
17.10.2010
Сообщения: 123
Quote
Aw: Grundpreis und Kauf ohne registrierung

can you install this code in your next version?

 
03.11.2010 07:49
#16
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25914
Quote
Aw: Grundpreis und Kauf ohne registrierung

Yes. But a little differently.

 
08.11.2010 16:14
#17
papa-chicco
Joomshopping forum user no avatar
Name: Alex
17.10.2010
Сообщения: 123
Quote
Aw: Grundpreis und Kauf ohne registrierung

thx for including the baseprice in your shopsystem.
but the baseprice and the taxinfo must stand everywhere wehere you can click on the button by also under each price
is it possible to realize that?

 
09.11.2010 17:21
#18
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25914
Quote
Aw: Grundpreis und Kauf ohne registrierung

Will be in version 2.5.1

Test 2.5.1 beta

 
09.11.2010 20:42
#19
papa-chicco
Joomshopping forum user no avatar
Name: Alex
17.10.2010
Сообщения: 123
Quote
Aw: Grundpreis und Kauf ohne registrierung

ive testet it on a offline installation, looks perfekt

 
22.11.2010 08:23
#20
papa-chicco
Joomshopping forum user no avatar
Name: Alex
17.10.2010
Сообщения: 123
Quote
Aw: Grundpreis und Kauf ohne registrierung

there is another little bug,
if you have a Product with 100g / 1 € the baseprice is 10,-€ / kg
if this product have some attributes like 250g / 2.5 € - 500g / 5€ - / 1kg / 10 €
the base Price is calculatet wrong

250g / 2,50 € - Baseprice 25,- € /kg
500g / 5,00 € - Baseprice 50,- € /kg
1kg / 10,00 € - Baseprice 100,- € /kg

 
ПерваяПредыдущая 1 2 СледующаяПоследняя


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.