Page 1 of 1
Unable to change category columns
Posted: 15 Aug 2019, 01:23
by proa24
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.
Re: Unable to change category columns
Posted: 15 Aug 2019, 10:35
by Jan
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:
Code: Select all
$col = 12/(int)$this->p->get('column_cats', 3);
TO:
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
Re: Unable to change category columns
Posted: 16 Aug 2019, 23:50
by proa24
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
Re: Unable to change category columns
Posted: 17 Aug 2019, 17:06
by Jan
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.
Re: Unable to change category columns
Posted: 19 Aug 2019, 04:33
by proa24
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?
Re: Unable to change category columns
Posted: 22 Aug 2019, 17:25
by Jan
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