Recently discovered Phoca Cart, so far so good!
However, I do have a few questions;
How could I edit the border size and color around images?
The titles in the scroller are too big, where could they be edited?
I'm unsure why the currency symbol I'm using ($) does not show.
Can the "Ask a Question" popup window be edited?
Is it possible to remove the Review section when looking at an item?
And is there a example CSV file for CSV import?
Any help would be greatly appreciated!!
A few questions
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: A few questions
Hi,
e.g. border etc:
titles eg.: h1,h2,h3 etc.
In generell, changes could be done with CSS. More info ev. with given URL.
Kind regards
Christine
it depends which template you are using. Here: https://www.phoca.cz/phocacartdemo/phoca-cart-template for example:
e.g. border etc:
Code: Select all
.ph-item-box .ph-item {
transition: all 0.3s;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
display: inline-block;
line-height: 1.42857;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
padding: 0px;
}
In generell, changes could be done with CSS. More info ev. with given URL.
Kind regards
Christine
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: A few questions
Hi,
1) border, color size - see Christine answer
2) titles in scroller - the best way is always to modify the CSS like by 1)
3) currency - did you fill the items in currency edit properly?
4) Ask A Question - you can override it in your template with standard Joomla! override feature:
components\com_phocacart\views\question\tmpl\default.php ... is the html output which can be overriden by template
5) Review - it can be disabled in Options
6) CSV - the easiest way is to export your products to CSV so you can see then the structure
Jan
1) border, color size - see Christine answer
2) titles in scroller - the best way is always to modify the CSS like by 1)
3) currency - did you fill the items in currency edit properly?
4) Ask A Question - you can override it in your template with standard Joomla! override feature:
components\com_phocacart\views\question\tmpl\default.php ... is the html output which can be overriden by template
5) Review - it can be disabled in Options
6) CSV - the easiest way is to export your products to CSV so you can see then the structure
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 17
- Joined: 05 Mar 2019, 01:54
Re: A few questions
Thanks for the replies, they helped!
I'm not sure where the CSS is that I have to edit to change the scroller titles?
Also, I did fill in the currency window and the symbol still does not show. Any ideas?
I'm not sure where the CSS is that I have to edit to change the scroller titles?
Also, I did fill in the currency window and the symbol still does not show. Any ideas?
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: A few questions
Hi,
the best way to customize CSS is to create own custom.css in your template where you can make all the customizations for all parts on your site.
Did you try to add to the currency settings some basic characters to know, there is no problem with character encoding? Is possible to save the currency options for you?
Jan
the best way to customize CSS is to create own custom.css in your template where you can make all the customizations for all parts on your site.
Did you try to add to the currency settings some basic characters to know, there is no problem with character encoding? Is possible to save the currency options for you?
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 17
- Joined: 05 Mar 2019, 01:54
Re: A few questions
Here are my currency settings, are they correct?
If the settings are okay, the frontend does not display any currency symbol.
If the settings are okay, the frontend does not display any currency symbol.
Last edited by christine on 14 Mar 2019, 01:27, edited 1 time in total.
Reason: imgs deleted due of getting defender warning & system shutdown!
Reason: imgs deleted due of getting defender warning & system shutdown!
-
- Phoca Member
- Posts: 17
- Joined: 05 Mar 2019, 01:54
Re: A few questions
Title
Dollar
Code
USD
Exchange Rate
1.23500000
Currency Symbol
$
Price Decimal Symbol
,
Price Decimals
2
Price Thousands Separator
.
Price Suffix
Price Prefix
Dollar
Code
USD
Exchange Rate
1.23500000
Currency Symbol
$
Price Decimal Symbol
,
Price Decimals
2
Price Thousands Separator
.
Price Suffix
Price Prefix
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: A few questions
Can you paste a screenshot of the frontend - the price?
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 17
- Joined: 05 Mar 2019, 01:54
Re: A few questions
I originally posted a screenshot (hosted from imgbox.com) and Christine removed it. How shall I post a screenshot?
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: A few questions
Hi,
the reason for removing the link of img: see remark above.
Try with imgur again: https://www.phoca.cz/documents/50-phoca ... forum-post
Kind regards
Christine
the reason for removing the link of img: see remark above.
Try with imgur again: https://www.phoca.cz/documents/50-phoca ... forum-post
Kind regards
Christine