VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: mayur on January 07, 2012, 12:24:09 PM

Title: Virtuemart 2.0 cart develoment in flow issue.
Post by: mayur on January 07, 2012, 12:24:09 PM
Hello,

I have installed virtumart 2.0 in my site.
and i need some customization in virtumart.
so i want to understand the flow of cart in virtumart 2.0
can anybody help me?

Thanks,
Mayur.
Title: Re: Virtuemart 2.0 cart develoment in flow issue.
Post by: Milbo on January 07, 2012, 19:07:25 PM
Read the cart.php controller and the cart.php in the helper directory,.... and maybe the user controller in FE.
Title: Re: Virtuemart 2.0 cart develoment in flow issue.
Post by: mayur on January 09, 2012, 15:32:23 PM
hi, thanks,

i see your flow of cart over here.
1) here in cart/tmpl/default.php file
    - you call pricelist template for viewing cart.

2) so in tmpl/default_pricelist file call
    - here cart develop and its link up the page

3) cart/view.html.php
   - here you assign cart variable in all values of cart.
   - from here you link the `helper` in cart.php file

4) helper/cart.php file
   - in this file cart function here. i not understand which function is for cart and i not understand this function.


thanks
Mayur.