I can't figure out why my shopping cart has a 302 code

Could someone give me a hand?
I can’t figure out why my shopping cart has a 302 moved temporarily code.
If you could take a quick peek I would sure appreciate it.
I’ve got to get some sleep. Ugh.
Kim

Looks like it’s working for me, unless I’ve misunderstood.

2 Likes

Page comes up okay for me. Where do you see the 302? Are you using any redirects like an htaccess file?

1 Like

i see it in Link-assistant Website auditor.
Also, Google has www: and https: of my site indexed.

i am using this redirect you gave me teefers.
It fixed everything on my site, except the 302 redirect for rapidcart and it’s pages.

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.horseshoe-nail-cross.com [NC]
RewriteRule ^(.)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteCond %{HTTPS} !=on
RewriteRule ^(.
)$ https://www.horseshoe-nail-cross.com/$1 [L,R=301]

I’m not familiar with this tool. I ran a scan of your site with Integrity Plus and I’m not showing any 302’s. The htaccess file looks fine and shouldn’t allow a 302. I don’t have Rapidcart so It might be something internally generated. Do you have a URL to s page that it says is a 302?

Google can list all any possible URL the site may have had. Are you getting traffic to anything but https://www?

Thank you for writing!!
I don’t see any visits to the www in my stats.

This is what I am seeing…

/var/folders/0t/c34935d957b24ygtfs5h68wc0000gn/T/ro.nextwave.Snappy/ro.nextwave.Snappy/95CA7E76-14A3-4E00-8B01-ED273847B68D.png

I would need them reversed…
My current cart is the plain first ‘Page URL’ shown
I need to send the ‘Redirect page’ above to the plain link.

Your RapidCart Pro page works correctly.
I don’t see any errors visiting it.

HTTP 302 Code is not an error, but the common way to perform redirects (used by RapidCart Pro).

2 Likes

Thank you!
That is good to know!

If you could just clarify these two questions, I’ll have everything under control. :slight_smile:

  1. How can I get rid of the 100 duplicate titles the cart seems to make?
  2. I’m assuming the 100 dynamic URLs must stay?

What do you mean with 100 duplicate titles?

1 Like

The name of my store’s front page is "Crosses for Sale’.
WebSite Auditor by SEO PowerSuite shows 100 duplicate titles and 100 meta descriptions.
All of the RP item pages are showing up as Crosses for Sale as their titles.
Notice on the right all the duplicate titles are “Crosses for Sale”.
Is there an option to change those titles that I may not be seeing?

Important: Can I insert a few specific widget ‘Buy Buttons’ on a single stacks page?.. instead of using the Product Box to direct to the Buy page??

/var/folders/0t/c34935d957b24ygtfs5h68wc0000gn/T/ro.nextwave.Snappy/ro.nextwave.Snappy/BDD99DDC-BD7B-4243-BB44-2112946FB091.png

RapidCart Pro automatically generates a SEO-friendly URL for each product.
As far as I can see the tool you are using marks them as duplicated.
You can safely ignore that error message (that’s not an error, but an expected behavior).

1 Like

Thank you Rob.
I appreciate you taking time to answer this!! :slight_smile:
I feel much better.

I’ve posted a question in the add on Forum.
I would like to have customers choose buy now, instead of look at more info.
Is that possible?
Thank you again.
Kim

1 Like

Yes, it is.
Just enable “Show Add to Cart Button” in Customization > Settings > Catalog window.
It applies to products with one version and no options only.

2 Likes

Thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.