Page 1 of 3
A few questions
Posted: 05 Mar 2019, 02:01
by doopz
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!!
Re: A few questions
Posted: 05 Mar 2019, 13:14
by christine
Hi,
doopz wrote: ↑05 Mar 2019, 02:01How could I edit the border size and color around images?
The titles in the scroller are too big, where could they be edited?
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;
}
titles eg.: h1,h2,h3 etc.
In generell, changes could be done with CSS. More info ev. with given URL.
Kind regards
Christine
Re: A few questions
Posted: 05 Mar 2019, 14:21
by Jan
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
Re: A few questions
Posted: 11 Mar 2019, 15:29
by doopz
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?
Re: A few questions
Posted: 13 Mar 2019, 20:37
by Jan
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
Re: A few questions
Posted: 13 Mar 2019, 23:51
by doopz
Here are my currency settings, are they correct?
If the settings are okay, the frontend does not display any currency symbol.
Re: A few questions
Posted: 20 Mar 2019, 01:52
by doopz
Title
Dollar
Code
USD
Exchange Rate
1.23500000
Currency Symbol
$
Price Decimal Symbol
,
Price Decimals
2
Price Thousands Separator
.
Price Suffix
Price Prefix
Re: A few questions
Posted: 21 Mar 2019, 14:24
by Jan
Can you paste a screenshot of the frontend - the price?
Jan
Re: A few questions
Posted: 22 Mar 2019, 00:28
by doopz
I originally posted a screenshot (hosted from imgbox.com) and Christine removed it. How shall I post a screenshot?
Re: A few questions
Posted: 22 Mar 2019, 11:29
by christine
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