VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: micheledecandia on December 06, 2012, 16:42:24 PM

Title: Bill to - Ship to user forms don't show up in the cart page
Post by: micheledecandia on December 06, 2012, 16:42:24 PM
Hi forum,

My problem, as mentioned above, is related to the "add\edit billing address information" (and to the shipping form beside too) form.
I use my custom joomla template for all the virtuemart pages and I'm sure the problem is on my own CSS which is not properly functional for virtuemart.
When I fill up my address information everything is fine and by clicking "save" it automatically brings me to the cart page but all the address informations seem to be hidden (because the layout increases his size but is only white background space) and of course I would have them visible on the cart page, after the user's filling. I've attached here a screenshot of my blank form.

I'm sure it's only a CSS question so I can post here all the code of my template if needed but I would prefer to try to figure out if there's a forcing solution for let those forms show up on the page.

I strongly hope for a solution. Thanks in advance :)

[attachment cleanup by admin]
Title: Re: Bill to - Ship to user forms don't show up in the cart page
Post by: bytelord on December 06, 2012, 23:30:10 PM
Hello,

Please try without template overrides. If is working then is related to your template and you should update them.

Use firebug to examine you site code and css styling: https://forum.virtuemart.net/index.php?topic=102850.0

If you find any issues please correct them inside your overridden CSS style.

Template Overrides:
Creating Template overrides: https://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
Title: Re: Bill to - Ship to user forms don't show up in the cart page
Post by: micheledecandia on December 11, 2012, 17:18:59 PM
Thank you for your reply.

Yes I tried as you suggested me and, of course, the problem is on the css override done by me. I've tryied everything...position, z-index, adding spaces, and so on but it doens't appear! It appears only when in firebug i open up the css file in question and I simply write something that is incorrect on the css line. It's very strange. If I try to achieve this with my css file on the ftp it doesnt appear in any case. Now my website is online: http://www.incrediblecreatures.it/cart is this incriminated page. ._. You can fill up some information and check it out now.

!____HELP___!
Title: Re: Bill to - Ship to user forms don't show up in the cart page
Post by: bytelord on December 11, 2012, 17:20:45 PM
Did you use firebug? Did you examine it? Is your style applied? did you try and the end !important?

Regards
Title: Re: Bill to - Ship to user forms don't show up in the cart page
Post by: micheledecandia on December 11, 2012, 17:31:16 PM
Yes I use firebug from ever and im always checking the code with it. The style is applied. I modified almost all the rest of the page and all is working except that issue. I was forgetting to use the !important? ...thank you for this. I'm trying to add it to some  .output-shipto and .output-billto variables' parameters but it still doesn't works.
Title: Re: Bill to - Ship to user forms don't show up in the cart page
Post by: micheledecandia on December 11, 2012, 17:36:14 PM
Solved.  ;D 8) :'(

Thank you.
Title: Re: Bill to - Ship to user forms don't show up in the cart page
Post by: bytelord on December 11, 2012, 17:44:50 PM
Nice :) was the !important?