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

Virtuemart 2.0 cart develoment in flow issue.

Started by mayur, January 07, 2012, 12:24:09 PM

Previous topic - Next topic

mayur

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.

Milbo

Read the cart.php controller and the cart.php in the helper directory,.... and maybe the user controller in FE.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

mayur

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.