Das Feld "Anzahl" ausbleden

27.08.2012 10:29
#1
mch.brilon
Joomshopping forum user no avatar
Name: mch brilon
07.08.2012
Posts: 9
Quote
Das Feld "Anzahl" ausbleden

Moin,

gibt es eine Möglichkeit, das Feld Anzahl vor dem Button "in den Warenkorb" auszublenden...?

Die Stückzahl würde ich gerne über Attribute steuern und auch die dazugehörigen Gewichte.

Was dann halt nur ein wenig verwirrend ist, dass dann halt das Feld "Anzahl" mit 1 vorbelegt erscheint.

Das ganz hat den Sinn, dass alles was im Shop gekauft werden soll über Drop Down Auswahl ausgewählt werden soll.
Weil ich nicht Stückweise ala 1, 2, 3 verkaufe, sondern 100,200,300 usw.

Hat da jemand einen Tipp...???


Danke
Christian

 
27.08.2012 10:48
#2
swissa
Joomshopping forum user no avatar
Name: swissandy
10.10.2011
Posts: 183
Quote
Aw: Das Feld "Anzahl" ausbleden

/administrator/index.php?option=com_jshopping&controller=config&task=catprod

scroll to product and check "First value attribute - empty"

for use with large quantities based on weight usw - go to Product / Details (product/info) and check "Price per consignment" Click 'Add Price' and you can set how you want.

Hope that helps

 
27.08.2012 11:53
#3
mch.brilon
Joomshopping forum user no avatar
Name: mch brilon
07.08.2012
Posts: 9
Quote
Aw: Das Feld "Anzahl" ausbleden

thank´s for your fast answer.

i hope you will understand my poor english.

The attribute are not my problem.
i mean the field "Quantity".
That´s the field i would hide,

that customer can change the quantity by klickin an attribute field, that´s working.
and the weight for each quantity like 100 Pieces > 10 kg, 200 Pieces > 20kg is working as well.

But in left from the Button "add to Cart" is the Field Quantity, an that Field is filled with "1".
And that´s Field i will hide.

Chris

 
27.08.2012 12:02
#4
swissa
Joomshopping forum user no avatar
Name: swissandy
10.10.2011
Posts: 183
Quote
Aw: Das Feld "Anzahl" ausbleden

You can hide these with css - display:none; As I don't have a link I can't suggest where!

 
27.08.2012 12:29
#5
mch.brilon
Joomshopping forum user no avatar
Name: mch brilon
07.08.2012
Posts: 9
Quote
Aw: Das Feld "Anzahl" ausbleden

Hey,

do you mean an css in the Template or an css in JoomShopping.

The Shop isn´t online yet... i am testing offline with an joomla2go version.
I´m testing different Templates and different Shops.
But JoomShopping is my favorite ... only the Field Quantity ...


Will it help when i install the shop on an different website, or is the original website necessary?
I have to install it first, in both ways

 
27.08.2012 12:39
#6
swissa
Joomshopping forum user no avatar
Name: swissandy
10.10.2011
Posts: 183
Quote
Aw: Das Feld "Anzahl" ausbleden

Just checked it on a defaultg joomshopping template. You will have to edit the php files to give this a <div> and then add some css. Then it will work as you want.

Out of all the shops on Joomla, Joomshopping is in my opinion simply the best so stay with it!

 
27.08.2012 16:15
#7
mch.brilon
Joomshopping forum user no avatar
Name: mch brilon
07.08.2012
Posts: 9
Quote
Aw: Das Feld "Anzahl" ausbleden

Thats seems to difficult for me.

I´ll try to install both ... joomla and joomshopping anr i hope i can ask you again if it´s online, that you can take a look on it.

bye
Chris

 
28.08.2012 07:22
#8
WYSIWYG
User WYSIWYG
Name: tap
10.11.2011
Posts: 117
Quote
Aw: Das Feld "Anzahl" ausbleden

Add the following to one of your CSS files:

div.jshop.productfull table.prod_buttons td.prod_qty,
div.jshop.productfull table.prod_buttons td.prod_qty_input #quantity.inputbox {
position: absolute;
display: none;
height: 0px;
left: -3600px;
top: -2400px;
width: 0px;
visibility: hidden;
z-index: 9999;
}

 
28.08.2012 14:34
#9
mch.brilon
Joomshopping forum user no avatar
Name: mch brilon
07.08.2012
Posts: 9
Quote
Aw: Das Feld "Anzahl" ausbleden

Ok, i try this out and then i give a feedback.

Thanks so far

 
28.08.2012 15:09
#10
mch.brilon
Joomshopping forum user no avatar
Name: mch brilon
07.08.2012
Posts: 9
Quote
Aw: Das Feld "Anzahl" ausbleden

I´ve put the code at the end of the default.css in the folder \components\joomshopping\css ...

Look at that Picture ... works very well


Thank you very much
Aw: Das Feld "Anzahl" ausbleden

 
28.08.2012 15:32
#11
WYSIWYG
User WYSIWYG
Name: tap
10.11.2011
Posts: 117
Quote
Aw: Das Feld "Anzahl" ausbleden

Bitteschön :-) & Danke für die Rückmeldung.

 
28.08.2012 16:04
#12
mch.brilon
Joomshopping forum user no avatar
Name: mch brilon
07.08.2012
Posts: 9
Quote
Aw: Das Feld "Anzahl" ausbleden

Natürlich Feedback, so muss das doch ...!!!

Ich bin doch froh das mir hier so schnell geholfen wird.
Und dann auch noch so, dass ich das was mit anfangen kann und es auch umgesetzt bekomme.

Zum Schluss muss, wenn´s denn eine Lösung gibt, genau die für alle umsetzbar sein.
Nur so macht das hier Sinn ...!!!

Wenn der Shop dann läuft setzt ich ihn unter "Meinen Shop vorstellen" ein.

Vielen Dank
Christian

 


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.