A few questions

Phoca Cart - complex e-commerce extension
doopz
Phoca Member
Phoca Member
Posts: 17
Joined: 05 Mar 2019, 01:54

A few questions

Post 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!!
christine
Phoca Hero
Phoca Hero
Posts: 2723
Joined: 28 Nov 2010, 17:20

Re: A few questions

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

Re: A few questions

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

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

Image

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
doopz
Phoca Member
Phoca Member
Posts: 17
Joined: 05 Mar 2019, 01:54

Re: A few questions

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

Re: A few questions

Post 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
If you find Phoca extensions useful, please support the project
doopz
Phoca Member
Phoca Member
Posts: 17
Joined: 05 Mar 2019, 01:54

Re: A few questions

Post by doopz »

Here are my currency settings, are they correct?


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!
doopz
Phoca Member
Phoca Member
Posts: 17
Joined: 05 Mar 2019, 01:54

Re: A few questions

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

Re: A few questions

Post by Jan »

Can you paste a screenshot of the frontend - the price?

Jan
If you find Phoca extensions useful, please support the project
doopz
Phoca Member
Phoca Member
Posts: 17
Joined: 05 Mar 2019, 01:54

Re: A few questions

Post by doopz »

I originally posted a screenshot (hosted from imgbox.com) and Christine removed it. How shall I post a screenshot?
christine
Phoca Hero
Phoca Hero
Posts: 2723
Joined: 28 Nov 2010, 17:20

Re: A few questions

Post 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
Post Reply