Category Title - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Category Title

А

Анатолий

Extension 3 years ago

Hello.1. how to make dynamic prices in rubles (should change with the exchange rate) 2. remove the category heading from the template. E-mail: [email protected]. site: easystdt. beget.tech

0
6 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #57486

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Will you please share a screenshot that you want to do exactly?

-Thanks

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #57672

Add this css code inside the custom.css file to dynamic price rules select box issue.

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
    display: block;
    width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

Provide me a screenshot what exactly you want to change

0
А
Анатолий
Accepted Answer
3 years ago #57716
-1
А
Анатолий
Accepted Answer
3 years ago #57717

On my website, the price in rubles for all products should change automatically when the euro exchange rate changes. It doesn't change.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #57873

On my website, the price in rubles for all products should change automatically when the euro exchange rate changes. It doesn't change

You need to contact J2store extension provider. I hope they will help you.

-Thanks

0