Price does not update on the product page after attribute selection

Phoca Cart - complex e-commerce extension
maruccio
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 08 Mar 2020, 19:01

Price does not update on the product page after attribute selection

Post by maruccio »

My first problem is on the product page when i select a attribute price is not changing, its possible to show the right (updated) prices on the product page after select the attribute ? When i go to checkout all its fine..

2. Problem is when i`am in the shop and i klick on the hamburger ( offcanvas ) size of font is changing to a smaller size, when i open the offcanvas on the index site the size of the text is again normal.. Same with the Header what i can do to solve that ?


Thanks


Here the link to the project

http://demo.digital-media-solutions.ch/index.php/shop
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: Price does not update on the product page after attribute selection

Post by christine »

Hi,

ad 2.

Code: Select all

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    display: block;
    font-size: 1rem;
    padding: 0.125rem 0;
    position: relative;
}
You could change to:

Code: Select all

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    font-size: 14px;
   }
Header: Do you mean the top?

Code: Select all

#sp-top-bar {
    padding: 8px 0;
    font-size: 0.875rem;
}
change the font-size, as you like.

In generell: Put changes etc. into your custom.css.

https://www.joomshaper.com/documentatio ... ustom-code > see Custom CSS
KInd regards
Christine
Post Reply