Needs review
Project:
Simple Cart
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Jan 2011 at 09:17 UTC
Updated:
27 Apr 2013 at 11:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
ptahme commentedThis is the module I was waiting for. Drupal 7 port much appreciated, I can test it when it comes out.
Comment #2
vladsavitsky commentedAndypost was promised to port it. We should just wait for a while I think.
Comment #3
DmitriyMakeev commentedHere is drupal 7 port. You can test it.
Simple Cart port don't need "money CCK". It search by all number fields to select price field.
All you need is to make number field to any material and select it in "Simple Cart" menu
"simple_cart_icon_block" module don't ported yet...
Comment #4
validoll commentedThis is my port module for 7.x.
- No dependency on module "CCK Money"
- Module "simple_cart_icon_block" ported
- Setup the display currency sign
Comment #5
validoll commentedSorry, file not attached.
Comment #6
validoll commentedFound issue in ported module code.
For anonymous users $_COOKIE[session_name()] is not defined.
Can't find where turn on cookies for anonymous session.
Any ideas?
Comment #7
validoll commentedNight is not the time to work
Comment #8
validoll commentedFixed issue anonimous sessions. Added dependency on Session API module.
Comment #9
andypostThis would be fixed when new branch will be created
Comment #10
andypost@Vlad please commit current code to get more reviews on 7.x-1.x branch
Comment #11
restyler commentedany progress here? the latest version doesn't work for me - http://sfera.apcards.ru/ - if you put a couple of products to cart, and then click on cart block header, the cart is shown as empty.
here is the product: http://sfera.apcards.ru/node/6
Comment #12
lolandese commentedhttp://drupal.org/project/basic_cart (D7 only) seems to overlap this modules functionality.