VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Cognition on August 25, 2014, 18:19:43 PM

Title: Cart Address Modification
Post by: Cognition on August 25, 2014, 18:19:43 PM
The cart I'm using is a one-page checkout... Has the "products in cart" table, and address to fill in directly below it.

Desperately trying to locate the file where the address FORM is built from the database of "shopper fields"... I've tried the following files/folders:
<my template>/html/com_virtuemart/cart
Ive tried the Views/cart folder of the main components directory
plus many random files out of desperation...

I'm not trying to find where the form fields are called and output, I'm trying to find the loop that builds the form.

Any help would be very appreciated.

IF you cannot answer this, please could you try and at least answer the following:

At the very LEAST, i need to change the amount of fields rendered in each column (address fields in 2 columns... the first 8 fields are rendered in column 1 div, even if I only have 2 more fields left to render in column 2 div --- desperately need a way to balance this)

Thanks
Title: Re: Cart Address Modification
Post by: Cognition on August 25, 2014, 18:37:41 PM
Sorry, I think I might have been a little vague.

Put simply, if I wanted to slip some html into the address area, and change how many required input fields are rendered in the left and right columns, where would I do this?

I would prefer to not have to rely on javascript (its a last resort)

will it require editing controllers? or is there a nice view file overlooked?

Thanks
Title: Re: Cart Address Modification
Post by: GJC Web Design on August 25, 2014, 22:15:01 PM
QuoteThe cart I'm using is a one-page checkout...

if by that you mean a 3rd party add on you won't find any help here I'm afraid - it is either go to the developer or hire someone

http://forum.virtuemart.net/index.php?topic=108212.0
Title: Re: Cart Address Modification
Post by: Cognition on August 26, 2014, 15:09:51 PM
hmm, oh dear... that could be why all the googling has returned answers that say the code is where, for me anyway, it isn't.

Thanks for your reply.