News:

Support the VirtueMart project and become a member

Main Menu

Can't find where this error is coming from

Started by johndenver, July 31, 2020, 21:55:56 PM

Previous topic - Next topic

johndenver

This error appears in my module that has related products and at the bottom of my store for categories and individual items. I disabled all "Related Product" modules and that killed the error in the sidebar but the error still remains at the bottom of the store so I am guessing that "Related Products" might be enabled for the entire store but I can't find the setting in the Administrator section to disable it and see if doing that removes the error. Can anyone see where this might be coming from or where the "Related Products" might be in the store-wide setting? This is the error and this is also a screenshot of the error.

//////////////0){addToCartBtn.find('path').eq(0).css('stroke-dashoffset','19.79');animating=false}},600)})}});touchSettings.on('click',function(event){event.preventDefault();resetCustomization(addToCartBtn)})})}function resetCustomization(selectOptions){selectOptions.siblings('[data-type="select"]').removeClass('is-open').end().parents('.cd-single-item').addClass('hover').parent('li').siblings('li').find('.cd-single-item').removeClass('hover').end().find('[data-type="select"]').removeClass('is-open')}function deactivateCustomization(){productCustomization.parent('.cd-single-item').removeClass('hover').end().find('[data-type="select"]').removeClass('is-open')}function updateCart(){(!cart.find('.total_products').hasClass('items-added'))&&cart.find('.total_products').addClass('items-added').removeClass('empty_basket');var cartItems=cart.find('span'),text=parseInt(cartItems.text())+1;cartItems.text(text)}}); //]]>


pinochico

Im looking from window and I dont see any error.
What do you think, maybe I must looking on your website?
But your URL is totally hidden and I can't find them :D

sarkasmus for every, which don't send basic info and want help...
www.minijoomla.org  - new portal for Joomla!, Virtuemart and other extensions
XML Easy Feeder - feeds for FB, GMC,.. from products, categories, orders, users, articles, acymailing subscribers and database table
Virtuemart Email Manager - customs email templates
Import products for Virtuemart - from CSV and XML
Rich Snippets - Google Structured Data
VirtueMart Products Extended - Slider with products, show Others bought, Products by CF ID and others filtering products

johndenver

This is the store just scroll all the way to the bottom. https://okinawa.denverdonate.com/shop/prints
I notice that if I change these setting in (attached) Virtuemart administration some of those errors on the bottom change so maybe this isn't just "Related Products" error. 


GJC Web Design

This isn't an "error"

This is wrongly formatted JS being printed out as html

Try turning off any compression/minification/combination
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

jjk

Appears to be related to the template. If you search for the first part of the error text in Google, it finds a lot of websites using the same template and with the same error.
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

johndenver

Awesome, that fixed it. I turned off the HTML compression option in the template and now the error is gone.