VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: way_confused on November 14, 2012, 22:26:52 PM

Title: File Path includes "under-construction" how can I remove?
Post by: way_confused on November 14, 2012, 22:26:52 PM
Ok, so Ive got the devil in my website. It's VM 2.0.10 I think. Anyway, I have the site up and running, but I noticed that the phrase "under-construction" is in the file path of all my products. How can I get rid of this? I've looked and combed over everything. I'm sure it's one of those "right in front of your face" type things, but I just can't find or know how to fix it.

Second problem (and it may be related to above) - I can get items to add to the cart, calculate the price and spit me out to paypal for payment. This works on my android phone, my iMac and my MacBook. For some reason it won't work on a PC. With the AJAX cart it just sits and spins. When I disable it, then when you try to hit add to cart it flashes up "under-construction."

Any help would be GREATLY appreciated.
Title: Re: File Path includes "under-construction" how can I remove?
Post by: bytelord on November 14, 2012, 22:47:13 PM
Hello,

As i understand until now you are using a custom template (template overrides) could you please disable them and post your results. Seems that your template is not updated to the vm version you have installed. A live url will be helpful.

On your second questions there is probably a javascript conflict. Please use firebug to examine you site for any js conflicts. I live url will be helpful here too.

Use firebug to examine your site code and styling .. also for checking js conflicts ...
http://forum.virtuemart.net/index.php?topic=102850.0

Javascript conflicts:
http://dev.virtuemart.net/projects/virtuemart/wiki/General_JS-Problems_with_templates_and_jQuery
http://dev.virtuemart.net/projects/virtuemart/wiki/JavascriptCSS_Template_Overrides_and_Avoiding_Conflicts_between_Libraries

Regards
Title: Re: File Path includes "under-construction" how can I remove?
Post by: way_confused on November 15, 2012, 21:40:08 PM
Yeah the live link would help. My apologies.

http://pinecrossmusic.com/index.php/under-construction/christmas-anthems
Title: Re: File Path includes "under-construction" how can I remove?
Post by: way_confused on November 15, 2012, 22:10:10 PM
Oh and I'm a little new, so I really don't undestand the template over ride thing.
Title: Re: File Path includes "under-construction" how can I remove?
Post by: bytelord on November 15, 2012, 23:56:35 PM
Hello,

You should first correct your js conflicts. Also some more information regarding template system and template overrides as you request:

Template overrides: http://forum.virtuemart.net/index.php?topic=98505.0
Template System: https://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system

Regards