Warenkorb immer nur auf 1 Produktkategorie eingrenzen.

07.04.2013 21:17
#1
babim
Joomshopping forum user no avatar
Name: babic mario
18.02.2013
Posts: 145
Quote
Warenkorb immer nur auf 1 Produktkategorie eingrenzen.

Hallo,

habe ein recht grosses Problem mit meinen Versandkostenberechnungen. Habe deshalb eine Idee wie ich das lösen könnte und nach genauerem betrachten wäre diese aus vielen anderen Gründen super.

Ist es möglich in JS den Einkauf auf nur die Kategorie zu beschränken vom ersten Artikel der in den Warenkorb gelegt wird.

z.B. Kunde wählt Artikel aus Kategorie X, alle weiteren Artikel können nur aus dieser Kategorie eingefügt werden. (mit z.B. PopUp das nur weitere Artikel aus dieser Kategorie möglich sind - > ergo, andere Artikel zusätzliche Bestellung)

Somit wäre ein gemischter Kauf nicht möglich und auch keine gemischten Versandkosten die für den Kunden nicht nachvollziehbar sind.

Leider kann ich kein Englisch um das dem webdesigner zu erklären, aber vielleicht hilft mir jemand und kann das mal kurz in Englisch zusammenfassen. Vielleicht hilft das ja anderen Shopbetreibern die viele unterschiedliche Produkte anbieten. (z.B. Baustoffe)

LG
Mario

 
08.04.2013 08:13
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Warenkorb immer nur auf 1 Produktkategorie eingrenzen.

Not possible.

 
08.04.2013 11:32
#3
babim
Joomshopping forum user no avatar
Name: babic mario
18.02.2013
Posts: 145
Quote
Aw: Warenkorb immer nur auf 1 Produktkategorie eingrenzen.

Hi webdesigner,

can you change this?
This is 1 Option more in the Shop Config,1 static text more and 1 ore 2 query more in the JS-Code.
I Think this is the solution of any problems with JS-Shipping.

another solution:
shipping methode for categorie1
shipping methode for categorie2
shipping methode for categorie3
.........
---------------------------------
Sum( shipping1+shipping2+shipping3.....), but this is verry komplex.

I can't use a prefer Shipping for all products in my shop and all exist shipping moduls are not OK for my bisness.

 
08.04.2013 12:32
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Warenkorb immer nur auf 1 Produktkategorie eingrenzen.

product 1 - category 1 - shipping price 1

product 1, product 2, product 3 - category 1 - shipping price 1?


product 1 - category 1, product 2 - category 2, product 3 - category 3 - shipping price ?

 
08.04.2013 12:45
#5
babim
Joomshopping forum user no avatar
Name: babic mario
18.02.2013
Posts: 145
Quote
Aw: Warenkorb immer nur auf 1 Produktkategorie eingrenzen.

i need,
category1= Shipping product (max)-> shipping price1 (for example 30€)
category2= Shipping product (max)-> shipping price2 (for example 50€)
category3= Calculate for weight/postal code/count/price->shipping price3 (for example 300€)
category4= Calculate for weight/postal code/count/price->shipping price4 (for example 1000€)
......
......

Shipping price = shipping price1 + shipping price2 + shipping price3 + shipping price4 + .......

I have 10 Vendors and i must also pay the shipping.

 
08.04.2013 21:34
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Warenkorb immer nur auf 1 Produktkategorie eingrenzen.

it is difficult.
need to change addons specifically for your task

 
08.04.2013 22:02
#7
babim
Joomshopping forum user no avatar
Name: babic mario
18.02.2013
Posts: 145
Quote
Aw: Warenkorb immer nur auf 1 Produktkategorie eingrenzen.

i have buy and used all addons.

but i can't config my example.

 
08.04.2013 22:10
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Warenkorb immer nur auf 1 Produktkategorie eingrenzen.

sum ( print 1 addon + price 2 addon) - not possible.
but it can be programmed.
http://www.webdesigner-profi.de/kontaktformular.html

 
08.04.2013 22:15
#9
babim
Joomshopping forum user no avatar
Name: babic mario
18.02.2013
Posts: 145
Quote
Aw: Warenkorb immer nur auf 1 Produktkategorie eingrenzen.

@webdesigner
meanwhile i have wrote Mr. Klaus Huber from Maxxmarketing an E-Mail with my requirements.

Is this Ok for you?

 
12.04.2013 01:17
#10
babim
Joomshopping forum user no avatar
Name: babic mario
18.02.2013
Posts: 145
Quote
Aw: Warenkorb immer nur auf 1 Produktkategorie eingrenzen.

OK, i have fix my problem.
I have wrote a code to restrict my cart over the article number.
My article number is xxx-xxx-xxx (produktcategorie-subproductkategorie-articlenumber....not JS ID's).
All articles with the same produktcategorie number can use in one order.
My code look what is the produktcategorie number of the first article.
If the next article in the same produktcategorie (articlenumber) then can use that if not -> status massage. "Not possible, only the same produktcategorie "

 


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.