Welcome Guest, Not a member yet? Register   Sign In
get size of product from tag li without checkbox when submit add to cart
#2

[eluser]Bart v B[/eluser]
I don't understand your problem.
Within the cart you can set the options right?
So in the array you make something like:
Code:
<?php
$data = array(
               'id'      => 'sku_123ABC',
               'qty'     => 1,
               'price'   => 39.95,
               'name'    => 'T-Shirt',
               'options' => $this->input->post('size')
            );


Messages In This Thread
get size of product from tag li without checkbox when submit add to cart - by El Forum - 12-23-2012, 02:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB