adamraybicknell
Forum Replies Created
-
Bit more information, in addition to $sprice not getting a value resulting in “Various” getting placed instead of price, $lprice also doesn’t get any values.
if ($country == "com" && $sprice == "") {$seed = "See Details >>"; $sprice = "Various"; } elseif ($country == "com" && $sprice == $sprice) {$sprice=$sprice; $seed = "See Details >>";} if ($country == "in" && $sprice == "") {$seed = "See Details >>"; $sprice = "Various"; } elseif ($country == "in" && $sprice == $sprice) {$sprice=$sprice; $seed = "See Details >>";} if ($country == "ca" && $sprice == "") {$seed = "See Details >>"; $sprice = "Various"; } elseif ($country == "ca" && $sprice == $sprice) {$sprice=$sprice; $seed = "See Details >>";} if ($country == "au" && $sprice == "") {$seed = "See Details >>"; $sprice = "Various"; } elseif ($country == "au" && $sprice == $sprice) {$sprice=$sprice; $seed = "See Details >>";} if ($country == "co.uk" && $sprice == "") {$seed = "See Details >>"; $sprice = "Various"; } elseif ($country == "co.uk" && $sprice == $sprice) {$sprice=$sprice; $seed = "See Details >>";}
Just found this chunk of code… now I see what they say various … :/
How can I get the actual price?
5.0.5 has fixed it for me too, thanks!
I’m having the same issue as well …
Before Plugin Activation:
<a class="lbp_secondary cboxElement" data-lightboxplus="secondary-demo" title="Get A Quote" href="https://www.techsolved.co.uk/sales/quote/">Get A Quote</a>
After Plugin Activation:
<a href=?"http:?/?/?www.techsolved.co.uk/?sales/?quote/?" onclick=?"_gaq.push(['_trackEvent', 'outbound-widget-int', 'http:?/?/?www.techsolved.co.uk/?sales/?quote/?', 'Get A Quote']?)?;?">?Get A Quote?</a>?
I have deactivated this for now as I’m not at the point of setting up my analytics etc. yet, but would really want to use this plugin in the near future so a fix would be fantastic!
The question isn’t exactly about ACF, that’s not the problem on this one, it’s working fine.
The problem with this one is me not being able to work out how to get the function to create links within my page template
Forum: Plugins
In reply to: [Appointment Calendar] Calendar dont work on front end pageI am having the same problem, cannot view the calendar front end. however It seems to be working, using Chromes inspect element I can get the popup to show when removing display:none; and I can interactive with it. So not sure whats going on. Works fine in the admin area. Considering to use this as Pro and just testing it out on:
Did the solution above solve the problem for the other user?