Unable to change category columns
-
- Phoca Member
- Posts: 35
- Joined: 29 Oct 2016, 17:02
Unable to change category columns
My template is Phoca Duka. When I go into options in phoca cart and change categories from 3 columns to 2 it is not changing. It stays at 3 columns. I also have problem with currency and search module. Currency shows the number1 USD and search does not show icon or clear tab. What can I do to correct this.
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Unable to change category columns
Hi, thank you for the info:
1) columns - there is a typo error, will be fixed in next version, you can make a quick fix now when you edit this file:
components/com_phocacart/views/categories/tmpl/default_standard.php
on line cca 13
FROM:
TO:
2) Currency - can you paste a screenshot of what do you exactly mean?
3) Icons - When you get output like this:
See the parameters for right settings of icons and libraries, to get this:
Set following parameters:
In Phoca Duka:
Theme: Bootstrap3
Icon Type: Bootstrap
Load Specific CSS: No
Jan
1) columns - there is a typo error, will be fixed in next version, you can make a quick fix now when you edit this file:
components/com_phocacart/views/categories/tmpl/default_standard.php
on line cca 13
FROM:
Code: Select all
$col = 12/(int)$this->p->get('column_cats', 3);
Code: Select all
$col = 12/(int)$this->p->get('columns_cats', 3);
2) Currency - can you paste a screenshot of what do you exactly mean?
3) Icons - When you get output like this:
See the parameters for right settings of icons and libraries, to get this:
Set following parameters:
In Phoca Duka:
Theme: Bootstrap3
Icon Type: Bootstrap
Load Specific CSS: No
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 35
- Joined: 29 Oct 2016, 17:02
Re: Unable to change category columns
This is how Currency and Search module are showing up on my sight. I did edit column to columns but still unable to change.
Thanks for your help to correct this,
Larry
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Unable to change category columns
Hi, you can display the currency at the top with hover effect or as standard:
Phoca Duka includes an override of standard module output
templates/phoca_duka/html/mod_phocacart_currency
So you can remove this folder so you get standard output of Phoca Cart.
Phoca Duka includes an override of standard module output
templates/phoca_duka/html/mod_phocacart_currency
So you can remove this folder so you get standard output of Phoca Cart.
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 35
- Joined: 29 Oct 2016, 17:02
Re: Unable to change category columns
Hi Jan,
I have decided to use Phoca Star template. I want to use USA Flag with currency module. Which flag icon do I use?
I have decided to use Phoca Star template. I want to use USA Flag with currency module. Which flag icon do I use?
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Unable to change category columns
Hi, you can set own flag when you set currency (just upload us flag to Joomla! image directory and select it when editing currency):
Jan
Jan
If you find Phoca extensions useful, please support the project