Unable to change category columns

Phoca Cart - complex e-commerce extension
proa24
Phoca Member
Phoca Member
Posts: 35
Joined: 29 Oct 2016, 17:02

Unable to change category columns

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Unable to change category columns

Post 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:
Image

See the parameters for right settings of icons and libraries, to get this:
Image

Set following parameters:

Image

In Phoca Duka:
Theme: Bootstrap3
Icon Type: Bootstrap
Load Specific CSS: No

Jan
If you find Phoca extensions useful, please support the project
proa24
Phoca Member
Phoca Member
Posts: 35
Joined: 29 Oct 2016, 17:02

Re: Unable to change category columns

Post by proa24 »

Image

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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Unable to change category columns

Post by Jan »

Hi, you can display the currency at the top with hover effect or as standard:

Image

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
proa24
Phoca Member
Phoca Member
Posts: 35
Joined: 29 Oct 2016, 17:02

Re: Unable to change category columns

Post 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?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Unable to change category columns

Post 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):
Image

Jan
If you find Phoca extensions useful, please support the project
Post Reply