Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

[Contribution] Ship In Cart


611 replies to this topic

#541 MSL

  • Community Member
  • 3 posts
  • Real Name:michael

Posted 23 September 2007, 20:53

View PostSilverado05, on Aug 20 2007, 04:15 AM, said:

I have noticed today that it will show my free shipping module if it is over the set amount but it won't show the actual UPS or USPS if you are not logged in. If I hit update after entering in the zip code I get...

404
Not Found

The requested URL /_ was not found on this server.
any ideas?
I have this exact problem it's very frustrating, can someone look into it? I have the SRS templating contribution installed.

#542 MSL

  • Community Member
  • 3 posts
  • Real Name:michael

Posted 23 September 2007, 23:15

View PostMSL, on Sep 23 2007, 03:53 PM, said:

I have this exact problem it's very frustrating, can someone look into it? I have the SRS templating contribution installed.
I read the thread carefully again and went through the install again and got it working woot, it was the pesky </form> I missed when altering shopping_cart.php

#543 cigarsforless

  • Community Member
  • 75 posts
  • Real Name:Jim Bullen

Posted 27 September 2007, 20:06

Has enyone got this great contibution to work with MVS?
If so, can you pm me the code or better yet post it as a contribution?

thanks
Jim Bullen - President
The Cigar Hut Group of Companies
http://www.cigarsforless.com

Installed add-ons:
PWA, MVS, Easy Populate, Dynamic Sitemap, Featured Products, MVS Order Editor, MVS Shipping Estimator, Google XML Sitemap, About Us, Ad Tracker, Address Enhancer, Also Purchased, Backorders, Category Descriptions, Dynamic Meta Tags, Contact Us Email Subjects, Country state Selector, Extra Address Line, Order Number in Email Subject, OSC Affiliate, Product Extra Fields, Review Approval System, Reviews in Product Display, Sold Out, Sold Out (but Displayed), Ultimate SEO URL's, Updated Spiders, Welcome Email Password, Pending Order Email, Who's Online Enhancement, CCGV, Easy Discounts, Customer Comments, Request a Review, Sales Report, plus many many more!

#544 khoking

  • Community Member
  • 203 posts
  • Real Name:KOH KHO KING
  • Gender:Male
  • Location:Malaysia

Posted 08 October 2007, 03:16

I have some problem with the shipping estimator.

I have set free shipping for order above US$50. If below US$50, there will be US$10 charge.

I put a US$120 value item into my cart, when not login, it shows US$10 shipping cost. Which is wrong.

When login in, it shows US$0 shipping cost. Which is correct.

Any idea how can I correct this? >_<
Best regards,
Koh Kho King

#545 UncleSteve

  • Community Member
  • 494 posts
  • Real Name:steve
  • Location:Herefordshire/Gloucestershire boarder UK

Posted 15 October 2007, 20:54

View Postcigarsforless, on Sep 27 2007, 09:06 PM, said:

Has enyone got this great contibution to work with MVS?
If so, can you pm me the code or better yet post it as a contribution?

thanks
Just to reiterate Jim's post, I too am looking for this or similar to work with MVS. So any news please let me know :)

Thanks

Steve
____________________________________________________________________
____________________________________________________________________

#546 DejaVu

  • Community Member
  • 289 posts
  • Real Name:Leon

Posted 23 November 2007, 10:35

I'm using the flat rate shipping module @ 3.95. Yet this module still shows free shipping? Does it need configing someplace?

#547 DejaVu

  • Community Member
  • 289 posts
  • Real Name:Leon

Posted 24 November 2007, 16:52

Managed to work out that I missed something. Doh!

Is there anyway to get the estimate showing in the shopping cart infobox under the products?

#548 rkoechel2004

  • Community Member
  • 126 posts
  • Real Name:Ryan
  • Gender:Male
  • Location:Madison, WI

Posted 26 November 2007, 04:09

Anyone using this in combination with google checkout I'm getting the below error on shopping_cart.php


Fatal error: Cannot redeclare class fedex1 in /path/to/my/site.com/httpdocs/includes/modules/shipping/fedex1.php on line 15
rkoechel2004

#549 jay973

  • Community Member
  • 3 posts
  • Real Name:Jason
  • Gender:Male
  • Location:UK

Posted 28 November 2007, 23:05

After browsing these forums for weeks and learning from others posts, I finally come across a problem which I cant find an answer for so here goes:

I've just installed this contribution and it works great if a user is not logged in but as soon as a logged in user goes to checkout, it shows this error between the checkout box and the (now blank) shipping estimator:

Warning: reset() [function.reset]: Passed variable is not an array or object in /home/sites/mysite.co.uk/public_html/includes/classes/shipping.php on line 55

Warning: Variable passed to each() is not an array or object in /home/sites/mysite.co.uk/public_html/includes/classes/shipping.php on line 56

I know very little about PHP so I'm hoping this is something simple.

Thanks,

Jason.

#550 jay973

  • Community Member
  • 3 posts
  • Real Name:Jason
  • Gender:Male
  • Location:UK

Posted 29 November 2007, 00:24

View Postjay973, on Nov 28 2007, 11:05 PM, said:

After browsing these forums for weeks and learning from others posts, I finally come across a problem which I cant find an answer for so here goes:

I've just installed this contribution and it works great if a user is not logged in but as soon as a logged in user goes to checkout, it shows this error between the checkout box and the (now blank) shipping estimator:

Warning: reset() [function.reset]: Passed variable is not an array or object in /home/sites/mysite.co.uk/public_html/includes/classes/shipping.php on line 55

Warning: Variable passed to each() is not an array or object in /home/sites/mysite.co.uk/public_html/includes/classes/shipping.php on line 56

I know very little about PHP so I'm hoping this is something simple.

Thanks,

Jason.
Whoops, I forgot to post the relevant lines of code:

		reset($this->modules);
		  while (list(, $value) = each($this->modules)) {


Thanks,

Jason

#551 webarton

  • Community Member
  • 75 posts
  • Real Name:Aki
  • Gender:Female
  • Location:Tokyo, Japan

Posted 10 December 2007, 23:21

Hello. I've just installed this contribution,Ship In Cart v2.2.1 and it is working.

But when I log in, 'Products Quantity' shows '1' though nothing is in my basket.
I tried to find from which table this number '1' appear or in which file the code is written, but I couldn't solve.

Could anyone help me?
Thanks in advance.

#552 oscjww103

  • Community Member
  • 55 posts
  • Real Name:James

Posted 02 January 2008, 00:56

View Postrkoechel2004, on Nov 26 2007, 05:09 AM, said:

Anyone using this in combination with google checkout I'm getting the below error on shopping_cart.php
Fatal error: Cannot redeclare class fedex1 in /path/to/my/site.com/httpdocs/includes/modules/shipping/fedex1.php on line 15
I've having a similar problem:

Fatal error: Cannot redeclare class zones in C:\xampp\htdocs\catalog\includes\modules\shipping\zones.php on line 113

After playing around with it, its also flagged the order.php class

I think it must be because Google Checkout declares these classes earlier - any help anyone?

#553 blafrog

  • Community Member
  • 46 posts
  • Real Name:K-Net
  • Location:US

Posted 05 January 2008, 09:54

View Postoscjww103, on Jan 1 2008, 07:56 PM, said:

I've having a similar problem:

Fatal error: Cannot redeclare class zones in C:\xampp\htdocs\catalog\includes\modules\shipping\zones.php on line 113

After playing around with it, its also flagged the order.php class

I think it must be because Google Checkout declares these classes earlier - any help anyone?

yes, you need to change modules/shipping_estimator.php

require(DIR_WS_CLASSES . 'shipping.php');
to
require_once(DIR_WS_CLASSES . 'shipping.php');

require(DIR_WS_CLASSES . 'order.php');
to
require_once(DIR_WS_CLASSES . 'order.php');




My problem is when customer not logged in, after submitting zip code, switch or choose difference shipping service not work, page just refresh nothing show up, have to resubmit zip code.. the update button works tho.

#554 oscjww103

  • Community Member
  • 55 posts
  • Real Name:James

Posted 05 January 2008, 12:21

View Postblafrog, on Jan 5 2008, 10:54 AM, said:

yes, you need to change modules/shipping_estimator.php

require(DIR_WS_CLASSES . 'shipping.php');
to
require_once(DIR_WS_CLASSES . 'shipping.php');

require(DIR_WS_CLASSES . 'order.php');
to
require_once(DIR_WS_CLASSES . 'order.php');
My problem is when customer not logged in, after submitting zip code, switch or choose difference shipping service not work, page just refresh nothing show up, have to resubmit zip code.. the update button works tho.
thanks for your help - its fixed the problem in my main site but when applying the same changes to a sub-directory version of the site i'm running it doesn't seem to do the trick

#555 jodes

  • Community Member
  • 38 posts
  • Real Name:Jodes
  • Gender:Female
  • Location:Australia

Posted 24 February 2008, 11:01

Hi guys,

I had this mod working really well on my old site, however - I have had to upgrade to the latest version of Oscommerce and tried to install/uninstalled it (several times now) but can't for the life of me get it to work.

It just won't appear at all either logged in or not.??? I even copied over my old files from my other site and still couldnt'get it to work in the new site.

So, I guess my question is - Does anyone know if this mod works with 2.2rc2a ( osCommerce Online Merchant v2.2 Release Candidate 2a)

Its an easy mod, so i cant figure out why i'm having so many probs.

Thanks
Jodes

BTW - its enabled etc. :o)

Edited by jodes, 24 February 2008, 11:02.


#556 puggybelle

  • Community Member
  • 897 posts
  • Real Name:Andrea
  • Gender:Female
  • Location:Central North Carolina

Posted 04 March 2008, 03:18

I installed this in my test site and it works fine.

However, I have Google Checkout installed and working in my 'live' site and it's not working there.

I tried the fix from post #553 but it's still not working. With or without that fix, I'm getting the following error:

Fatal error: Cannot redeclare class table in /home/xxxxxx/public_html/includes/modules/shipping/table.php on line 13

Can anyone help, please?

#557 ozysean

  • Community Member
  • 3 posts
  • Real Name:Sean

Posted 04 March 2008, 13:00

Hi All,

I installed this contribution and it's awsome, I'm just having one small but annoying problem.

For domestic orders I have two postage methods Standard and Express Post (Australian) when someone who is not logged in puts their password in and clicks update it brings up the two postage rates fine, but it adds the more expensive express post cost on to the order toal.

Then if they click on the other postage option it seems to lose the postcode they have just put in, so then they have to type in the postcode again and click update.

The only way to get the other type of postage is to enter the postcode a second time and click on that option which is a bit awkward.

You can see this at www.luthierssupplies.com.au

If anyone has any ideas of a simple fix I would greatly appreciate any help.

Thanks!

#558 lthown

  • Community Member
  • 3 posts
  • Real Name:Chris Bair

Posted 11 March 2008, 14:23

I updated the contribution to include the two letter state abbreviation - UPS XML needs to to give quotes.

#559 sitandspin

  • Community Member
  • 41 posts
  • Real Name:Sit and Spin

Posted 11 March 2008, 18:15

View Postjodes, on Feb 24 2008, 07:01 AM, said:

Hi guys,

I had this mod working really well on my old site, however - I have had to upgrade to the latest version of Oscommerce and tried to install/uninstalled it (several times now) but can't for the life of me get it to work.

It just won't appear at all either logged in or not.??? I even copied over my old files from my other site and still couldnt'get it to work in the new site.

So, I guess my question is - Does anyone know if this mod works with 2.2rc2a ( osCommerce Online Merchant v2.2 Release Candidate 2a)

Its an easy mod, so i cant figure out why i'm having so many probs.

Thanks
Jodes

BTW - its enabled etc. :o)

I just tried installing this mod on RC2a. No luck. I have the same problem you're having, unless you figured out a way to fix it.

If the nimble fingered maintainers of this contribution could figure out a way for this to work with RC2a, I'd really appreciate it!

Thanks!

NOTE: this doesn't break the shopping cart - just the shipping_estimator mod does not show up!

Edited by sitandspin, 11 March 2008, 18:18.


#560 sitandspin

  • Community Member
  • 41 posts
  • Real Name:Sit and Spin

Posted 12 March 2008, 13:01

View Postsitandspin, on Mar 11 2008, 02:15 PM, said:

I just tried installing this mod on RC2a. No luck. I have the same problem you're having, unless you figured out a way to fix it.

If the nimble fingered maintainers of this contribution could figure out a way for this to work with RC2a, I'd really appreciate it!

Thanks!

NOTE: this doesn't break the shopping cart - just the shipping_estimator mod does not show up!

Okay, I patched the Ship in Cart mod to work with RC2.2a. I'll put it up as a fix under addons later today. Works like a charm, but kind of slow.