News:

Support the VirtueMart project and become a member

Main Menu

Number "1" is visible in every product detail page

Started by rafser, December 24, 2015, 14:18:59 PM

Previous topic - Next topic

rafser

​VirtueMart 3.0.12 - Joomla! 3.4.7

Hello,

Number "1" is visible in every product detail page.
What is it and how to get rid of it? Any help is appreciated.
Thank you.

Check attached picture:

jenkinhill

It is not coming from native VirtueMart. It is within your template overrides, probably put in by the developer as a div marker. It seems to be in div "row" which is started in productdetails/default_showcategory.php - so search the overrides and you should eventually find it. Or ask the template developer.

http://forum.virtuemart.net/index.php?topic=108212.0
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

GJC Web Design

Or I have seen this on system and content plugins that return "true"  and this gets rendered as a 1

try disabling plugins esp. any called after content render etc
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

rafser

Thanks GJC and Jenkinhill ,

I'm sure it is a plugin issue, I did try disabling each one of them but I didn't find the one causing the issue yet, I'm sure it a System plugin.

Is there a way to determine which plugin is cause this issue?

I also followed Jenkinhill suggestion and the template developer suggested me to alter the following code ... and it did work:

templates\t3_bs3_blank\tpls\blocks\mainbody\one-sidebar-left.php
67 String
Remove:
print_r($hide_asides);

Is there a way to see which plugin is causing conflict?
I didn't understand "try disabling plugins "esp". (ESP?)

Thanks for your help.

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum