News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Bill to - Ship to user forms don't show up in the cart page

Started by micheledecandia, December 06, 2012, 16:42:24 PM

Previous topic - Next topic

micheledecandia

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]

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

micheledecandia

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___!

bytelord

Did you use firebug? Did you examine it? Is your style applied? did you try and the end !important?

Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

micheledecandia

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.


bytelord

Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!