[checkout] add to cart in double,only one works!
| 
             nocomp 
        
      Joined: 2006-02-17 
      Posts: 13  | 
  
          
           
     
     
       Posted: Fri, 2006-02-17 16:40     
   | 
| 
     Hello everybody,  | 
|
| 
             nocomp 
        
      Joined: 2006-02-17 
      Posts: 13  | 
  
          
           
     
     
       Posted: Fri, 2006-02-17 16:40     
   | 
| 
     Hello everybody,  | 
|
Posts: 2258
Try upgrading to the latest nightly and the newest version of the paypal module.
Posts: 13
hi ckdake,
this is the versions of the one i ve installed, didn t find links for newer version, but if you know ny, feel free to gimme a link.
thx a lot
checkoutpaypal_v0.1.8.zip
checkout_v0.1.12
and the gallery : gallery-2.0.2-full.zip
thx a lot for help, this is quite urgent.
best regards
Posts: 431
nocomp - it sounds like you have the built-in cart module still installed and active. You should uninstall (or at least deactivate) this through Site Admin -> Modules. The Checkout module replaces the cart module.
Also, don't update to the latest nightly just yet as there isn't a version of the Checkout module that supports the current development version of Gallery...
Posts: 13
And the winner is........ turnbulm
thx a lot for your smart advices, i would not find it by myself,i though that the built in car module was necessary for have a cart systeme , didn t knew i ll get into a dbl use with the new module i ve installed
thx a lot.
Posts: 431
No problem - glad it worked.
If you want to update to 2.1 when it's available, I'd recommend you subscribe to the Checkout announcements list here, as I will be posting an announcement as soon as the Checkount modules support the new APIs.
Posts: 13
thx for the tip, that was the first thing i did this morning when i woke up with my tea ;)
Posts: 1
Small problemet - want to change the word "photo" to "print" in "add photo to cart" (see here http://www.grahamdean.com/mambo/index.php?option=com_gallery2&Itemid=87&g2_view=core.ShowItem&g2_itemId=389 ) - any advice appreciated.
Posts: 431
I'm afraid this really isn't so easy - the word that's used is defined by Gallery and not by the Checkout module. You will see (in module.inc for Checkout) that we use the phrase "add %s to cart". It is down to Gallery itself to add the appropriate word in place of %s. This means that in the future, when Checkout supports items other than photos, the working will all be correct.
In the meantime, if your site only supports prints, then you could change "%s" to "print" in module.inc.