1. I created store logo image that is 120px width but in HTML and PDF invoice image is much larger. I customized HTML view with CSS rule but how to do that for PDF?
2. Translation of Phoca Cart is something that is not strange for me but this bugs me alot. I can't find strings in order.php that are connected to Subtotal and Total.
I even translated and made language overrides for COM_PHOCACART_SUBTOTAL and COM_PHOCACART_TOTAL for both languages in administrator and frontend but no luck.
Store logo in PDF and some translation problem
- Nidzo
- Phoca Professional
- Posts: 387
- Joined: 07 Nov 2018, 14:55
- Nidzo
- Phoca Professional
- Posts: 387
- Joined: 07 Nov 2018, 14:55
Re: Store logo in PDF and some translation problem
I solved issue with translation. So it stay image in PDF.
Also, is it possible to hide add to cart button when shop does not work according to Opening time? Now, even there is info in checkout view that store is closed, customer can go through process of choosing shipping and payment method. If you choose scroll checkout, info about the store is closed can be easily missed.
Also, is it possible to hide add to cart button when shop does not work according to Opening time? Now, even there is info in checkout view that store is closed, customer can go through process of choosing shipping and payment method. If you choose scroll checkout, info about the store is closed can be easily missed.
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Store logo in PDF and some translation problem
Hi,
image - it is hard to make the image the same in PDF or HTML, so there needs to be tested the site of image when it is used for both PDF and HTML - some compromise needs to be found.
opening times - this feature only affects the ordering process not the add to cart (as it is e.g. possible that customers adds the item to cart and wait for the opening times). There are different parameters to hide the add to cart (zero price, out of stock, product on demand, ...) but unfortunately noone is affilated to opening times
Jan
image - it is hard to make the image the same in PDF or HTML, so there needs to be tested the site of image when it is used for both PDF and HTML - some compromise needs to be found.
opening times - this feature only affects the ordering process not the add to cart (as it is e.g. possible that customers adds the item to cart and wait for the opening times). There are different parameters to hide the add to cart (zero price, out of stock, product on demand, ...) but unfortunately noone is affilated to opening times
Jan
If you find Phoca extensions useful, please support the project
- Nidzo
- Phoca Professional
- Posts: 387
- Joined: 07 Nov 2018, 14:55
Re: Store logo in PDF and some translation problem
I solved image issue adding one more row in order.php with the appropriate colspans width.
One more question related to Minimum Order Amount. I think I saw screenshot on this forum that ammount needed to Minimum Order Amount can be displayed in Cart module? Something like progress bar. Or I'm wrong? Maybe it was related to Reward Points?
One more question related to Minimum Order Amount. I think I saw screenshot on this forum that ammount needed to Minimum Order Amount can be displayed in Cart module? Something like progress bar. Or I'm wrong? Maybe it was related to Reward Points?
-
- Phoca Professional
- Posts: 189
- Joined: 12 Feb 2015, 13:30
Re: Store logo in PDF and some translation problem
It was plugin for minimum amount for free shipping...
- Nidzo
- Phoca Professional
- Posts: 387
- Joined: 07 Nov 2018, 14:55
Re: Store logo in PDF and some translation problem
mino182 thanks again. It can be used as notification for Minimum Order Amount too.
-
- Phoca Professional
- Posts: 189
- Joined: 12 Feb 2015, 13:30
Re: Store logo in PDF and some translation problem
Good to know
- Nidzo
- Phoca Professional
- Posts: 387
- Joined: 07 Nov 2018, 14:55
Re: Store logo in PDF and some translation problem
How to insert that plugin in other views? For example in category or item view?
Overrides, but what code?
Overrides, but what code?
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Store logo in PDF and some translation problem
Hi, if you mean the Phoca Cart Free Shipping Info Plugin https://www.phoca.cz/phocacart-extensio ... nfo-plugin
then there is option inside this plugin: Display in checkout view: Yes
Then it will be displayed in checkout too.
Jan
then there is option inside this plugin: Display in checkout view: Yes
Then it will be displayed in checkout too.
Jan
If you find Phoca extensions useful, please support the project
- Nidzo
- Phoca Professional
- Posts: 387
- Joined: 07 Nov 2018, 14:55