dinmc Posted December 12, 2009 Share Posted December 12, 2009 Hi, There seams to be some problem when using the AuctionTastic on a OSC 2.2MS2 installation. This piece of code does not work in OSC 2.2MS: // BOF AUCTIONS if( isset($this->contents[$products_id]['auction_id']) && $this->contents[$products_id]['auction_id'] > '0' ){ $this->total += $currencies->calculate_price($this->contents[$products_id]['auction_price'], $products_tax, '1'); } // EOF AUCTIONS ...anyone know what should be replaced?? What other issues could I get when using uctionTastic on a OSC 2.2MS2 installation?? Anyone knows?? Regards Lars Quote Link to comment Share on other sites More sharing options...
germ Posted December 12, 2009 Share Posted December 12, 2009 Hi, There seams to be some problem when using the AuctionTastic on a OSC 2.2MS2 installation. This piece of code does not work in OSC 2.2MS: // BOF AUCTIONS if( isset($this->contents[$products_id]['auction_id']) && $this->contents[$products_id]['auction_id'] > '0' ){ $this->total += $currencies->calculate_price($this->contents[$products_id]['auction_price'], $products_tax, '1'); } // EOF AUCTIONS ...anyone know what should be replaced?? What other issues could I get when using uctionTastic on a OSC 2.2MS2 installation?? Anyone knows?? Regards Lars You should look in or post in the Auctiontastic support thread Quote If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
dinmc Posted December 12, 2009 Author Share Posted December 12, 2009 You should look in or post in the Auctiontastic support thread Had a look to the support thread - but no help found. I'm running the AuctionTastic on OSC 2.2MS2. I started testing the contrib, and found that admin site seams to work but shopsite has problems. I made an auction and a test account and started bidding. When I got into my shopping cart this error comes up: Fatal error: Call to a member function calculate_price() on a non-object in /var/www/www.dinmc.dk/www/catalog/includes/classes/shopping_cart.php on line 228 Any ideas?? Regards Lars Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.