VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: tomas.ch on November 21, 2013, 03:33:43 AM

Title: where is shopper adresses file
Post by: tomas.ch on November 21, 2013, 03:33:43 AM
Hi,
I am searching for file, that generates shopper adresses. shopper_adresses.php in the "cart" folder does not look like right one file. Even I can´t execute this file. Maybe I am just doing this bad. I tried to execute it by code:$previouslayout = $this->setLayout('select');
echo $this->loadTemplate('shipment');
$this->setLayout($previouslayout);

called from default_pricelist.php, but it doesn´t work. I am trying to execute right file? And what I am doing bad?
sorry for my very bad english
Title: Re: where is shopper adresses file
Post by: Maxim Pishnyak on November 22, 2013, 22:15:49 PM
Some details maybe? Your goal, URL or http://forum.virtuemart.net/index.php?topic=79799 for example?