Page 3 of 3
Re: is it good for Pizza Store
Posted: 14 Aug 2018, 22:01
by habusam
do you have a module for mini cart, I could not find it, please help
Re: is it good for Pizza Store
Posted: 15 Aug 2018, 12:44
by Jan
do you have a module for mini cart, I could not find it, please help
Hi, what you mean with mini cart, do you mean cart module: Phoca Cart Cart Module:
https://www.phoca.cz/phoca-cart-cart-module
Special fields, users can write comments or text
- in checkout - in comment
- or in attribute - text type
Vendors can write instructions to the description of the product
Not sure if I understood it correctly.
Jan
Re: is it good for Pizza Store
Posted: 15 Aug 2018, 12:59
by habusam
Yes that what I mean, when you start adding products to the cart , it should be a mini car on the upper right corner and when you give the mouse on it or click on it will shows how many items and how how much total, finally please watch this video, that would show in details what we are trying to and please advise
https://youtu.be/o8duVh8bAQk
Re: is it good for Pizza Store
Posted: 18 Aug 2018, 14:09
by Jan
Hi, yes, the Phoca Cart Cart module should do the trick:
The notice written by customer can be set as attribute by product, so each product can get notice info:
At the end or checkout, you can set global notice:
But the tip must be customized, the best way is to use e.g. some customized payment method which will store the tip info
Jan
Re: is it good for Pizza Store
Posted: 19 Mar 2019, 18:08
by Fränki
Hi, wie bekomme ich den Mini-Warenkorb ohne ein Phoca-Template hin? Ich benutze ein eigenes Template benötige die Mini-Anzeige. Danke. Gruß Frank
----
Hi, how can I get the mini cart without a phoca template? I use my own template need the mini-display. Thank you. Greeting Frank
Re: is it good for Pizza Store
Posted: 21 Mar 2019, 14:31
by Jan
Hi, there are three options:
1) using Phoca Template - which is ready for the "mini output"
2) using another template which support this function
3) not use the "mini output" and display the cart output in standard position with full output
4) copy the layout override from some Phoca template:
templates\phoca_premiere\html\mod_phocacart_cart\default.php
to your template and customize your template to accept this override in some specific position
e.g. in Phoca Duka, there is this code:
Code: Select all
<div class=" phoca-cart-box"><jdoc:include type="modules" name="position-22" /></div>
plus its CSS code.
Jan