item available but with price on request (hidden)

13.10.2023 10:29
#1
Vincenzo Roccaro
User Vincenzo Roccaro
Name: Roccaro Collezioni
08.01.2023
Posts: 51
Quote
item available but with price on request (hidden)

Good morning, I wanted to know if there was an extension to be able to upload available items without showing the price but the text "request a quote", obviously on these items there must not be the possibility of purchasing them in the store but only for showcase purposes.
I attach a photo of one of my other stores where this function is available.
I await your response, good morning
item available but with price on request (hidden)


Joomla: 4.3.4
JoomShopping: 5.2.1
PHP: 8.2
 
13.10.2023 10:43
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25942
Quote
Aw: item available but with price on request (hidden)

https://www.webdesigner-profi.de/joomla-webdesign/shop/addons/ask-question-about-product.html?lang=en

 
13.10.2023 11:45
#3
Vincenzo Roccaro
User Vincenzo Roccaro
Name: Roccaro Collezioni
08.01.2023
Posts: 51
Quote
Aw: item available but with price on request (hidden)

thank you very much I installed everything.
I encountered an error when the price is requested, I think with the template used, the function cannot be used, any advice on how to resolve it?
I attach the image and wait, have a nice day
Aw: item available but with price on request (hidden)

 
13.10.2023 13:17
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25942
Quote
Aw: item available but with price on request (hidden)

url?

 
13.10.2023 14:04
#5
Vincenzo Roccaro
User Vincenzo Roccaro
Name: Roccaro Collezioni
08.01.2023
Posts: 51
Quote
Aw: item available but with price on request (hidden)

https://www.roccarocollezioni.it/avola/index.php/store/product/view/1/230

 
13.10.2023 16:42
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25942
Quote
Aw: item available but with price on request (hidden)

Ask Question used default template Modal.

Problem in your template
your template not works with Modal

Your template many block position:relative.
1. Need fix your template
need delete positiotion: realtive.

.t4-section

.t4-section .t4-section-inner

.joomla-modal .modal-dialog{
margin: 1.75rem auto;
height: 100%;
max-width: 100%;
z-index: 3000;
width: 80vw;
}

 
18.10.2023 18:22
#7
Vincenzo Roccaro
User Vincenzo Roccaro
Name: Roccaro Collezioni
08.01.2023
Posts: 51
Quote
Aw: item available but with price on request (hidden)

ok, and how should I do it? Are there any other possible alternatives?

 
18.10.2023 20:02
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25942
Quote
Aw: item available but with price on request (hidden)

Change Css file:
https://www.roccarocollezioni.it/avola/templates/ja_stark/local/css/template.css
row 19950
delete
.t4-section {
position: relative;
z-index: 1;
}

row 19962
delete
.t4-section .t4-section-inner {
position: relative;
z-index: 11;
}

Add
.joomla-modal .modal-dialog{
margin: 1.75rem auto;
height: 100%;
max-width: 100%;
z-index: 3000;
width: 80vw;
}
[class*="jviewport-height"] iframe {
height: 100%;
}
.modal iframe {
width: 100%;
}
.jviewport-height70 {
height: 70vh;
}

.modal-body {
flex: 1 1 auto;
padding: 1rem;
position: relative;
}


Last change: 18.10.2023 20:10
 
19.10.2023 11:37
#9
Vincenzo Roccaro
User Vincenzo Roccaro
Name: Roccaro Collezioni
08.01.2023
Posts: 51
Quote
Aw: item available but with price on request (hidden)

I tried this change, it solves the problem in the addon but it makes the template unusable for moving around the various items such as the store, who we are, contact us, for now I have restored the old template and await further advice.

 
19.10.2023 13:06
#10
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25942
Quote
Aw: item available but with price on request (hidden)

Send me ftp access.
(forum privat msg.)

and

administrator access
------------------------------------
Or send me only admin (Try change css in addon)


Last change: 23.10.2023 16:39
 
24.10.2023 20:17
#11
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25942
Quote
Aw: item available but with price on request (hidden)

Change Css file:
https://www.roccarocollezioni.it/avola/templates/ja_stark/local/css/template.css
row 19950
delete only z-index
.t4-section {
z-index: 1;
}

row 19962
delete only z-index
.t4-section .t4-section-inner {
z-index: 11;
}

Add
.joomla-modal .modal-dialog{
margin: 1.75rem auto;
height: 100%;
max-width: 100%;
z-index: 3000;
width: 80vw;
}
[class*="jviewport-height"] iframe {
height: 100%;
}
.modal iframe {
width: 100%;
}
.jviewport-height70 {
height: 70vh;
}

.modal-body {
flex: 1 1 auto;
padding: 1rem;
position: relative;
}


Last change: 24.10.2023 20:17
 
27.10.2023 12:09
#12
Vincenzo Roccaro
User Vincenzo Roccaro
Name: Roccaro Collezioni
08.01.2023
Posts: 51
Quote
Aw: item available but with price on request (hidden)

problem almost solved, in the meantime I thank you and I'll leave this template file active for you to see (I have a save of the previous one), now the only thing to fix is the use of the drop-down menus which can be seen but cannot be used.


Joomla: 4.4
 
27.10.2023 12:16
#13
Vincenzo Roccaro
User Vincenzo Roccaro
Name: Roccaro Collezioni
08.01.2023
Posts: 51
Quote
Aw: item available but with price on request (hidden)

if you look you will see that in some menu items everything works and in others there is an error, basically it only works correctly in the store entries


Last change: 27.10.2023 12:30
 
27.10.2023 13:04
#14
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25942
Quote
Aw: item available but with price on request (hidden)

Need change css
#t4-header {
z-index: 12;
}
--------------------------------------------------
current z-index: 10;

Conflict with
.t4-section .bg-overlay {
z-index: 10;
}

------------------------------------
Or change
.t4-section .bg-overlay{
z-index: 9;
}


Last change: 27.10.2023 13:07
 
27.10.2023 15:15
#15
Vincenzo Roccaro
User Vincenzo Roccaro
Name: Roccaro Collezioni
08.01.2023
Posts: 51
Quote
Aw: item available but with price on request (hidden)

thank you very much, everything solved and works

 
30.10.2023 12:18
#16
Vincenzo Roccaro
User Vincenzo Roccaro
Name: Roccaro Collezioni
08.01.2023
Posts: 51
Quote
Aw: item available but with price on request (hidden)

after the latest changes and version update of your slider products module I noticed that it works but it is not interactive, can you take a look?
https://www.roccarocollezioni.it/avola/

 
30.10.2023 13:30
#17
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25942
Quote
Aw: item available but with price on request (hidden)

Problem in your div
<div class="bg-overlay bg-overlay-image">
what is it for?
-----------------------------------------------------

try
.t4-section .bg-overlay{
display: none;
}

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.