I know it's a future feature, but is it possible to know what we have to modify to make the content always visible.
Regards.
I know it's a future feature, but is it possible to know what we have to modify to make the content always visible.
Regards.
Comments
Comment #1
heyyo commentedI finally found it: file uc_ajax_cart.module line 290 :
'CART_VIEW_ON' => variable_get('uc_ajax_cart_cart_view',0),
replace 0 by 1.
Comment #2
heyyo commentedStrange my change, works only for Chrome/Mozilla but not for IE 6,7,8
Comment #3
erik seifert commentedThis option is only for make "Cart Page" ajaxible. Not more . What do you mean with "content always visible"
Comment #4
heyyo commentedI need that the cart content (in the block) be always visible on any page load (content cart not collapsed).
In my case my cart is only the number of items in the cart without title. I successfully used your new template functionnality by overriding tpl :content, empty and title.
have a look: http://test.hsh.co.il
To make it work I made a dirty trick:
Comment #5
erik seifert commentedOk.
Will be in next Version ;- )