Zen Cart Logo
Forums / All Other Contributions/Addons / Product Listing - Buy Now - SEFU bug with Continue-Shopping button

Product Listing - Buy Now - SEFU bug with Continue-Shopping button

Locked

Views: 2,927

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
3 Dec 2006, 12:12 PM
#1
namsingh avatar

namsingh

Zen Follower

Join Date:
Sep 2006
Location:
Leeds, UK
Posts:
165
Plugin Contributions:
0

Product Listing - Buy Now - SEFU bug with Continue-Shopping button

I have found a bug and wondered if it's already been covered.

Using ver 1.3.5

When you list the products

http://www.lionblade.com/it-monitors-c-82.html

Then click the Buy Now button it add's to cart fine, then click more shopping button and try to add a different product to the cart it will add the same product as before, so two of the previous one you clicked. It only happens with the more shopping button (keeping the same variable). If you click the product category and add a product works ok. Just the more shopping button problem. The products_id needs to be refreshed/reset

3 Dec 2006, 12:18 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Product Listing - Buy Now - SEFU bug with Continue-Shopping button

I can't duplicate this on your site using the steps you stated. Each time I added to cart after clicking "More Shopping" added exactly what I was looking at, without any duplicates in the shopping cart.

What mods/addons have you installed?
What other customisations have you made?

3 Dec 2006, 12:20 PM
#3
namsingh avatar

namsingh

Zen Follower

Join Date:
Sep 2006
Location:
Leeds, UK
Posts:
165
Plugin Contributions:
0

Re: Product Listing - Buy Now - SEFU bug with Continue-Shopping button

It is only an error when you add from the SAME cat. E.g. you want to add two monitors. So you add a monitor, click more shopping then try to add another monitor from same list

3 Dec 2006, 12:27 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Product Listing - Buy Now - SEFU bug with Continue-Shopping button

well, every time I click "more shopping", it takes me to your home page, not back to the category listing.
If I navigate back to your IT>Monitors category, I can add separate items from the listing just fine - no duplicates in cart.

okay ... so ... now I've clicked Checkout, which changes my session settings somewhat, and now I can see the behaviour you describe.

What happens if you turn off your SEFU/SEO module and use normal URL's instead of translated URL's ?
What other mods/addons have you installed?

3 Dec 2006, 12:33 PM
#5
namsingh avatar

namsingh

Zen Follower

Join Date:
Sep 2006
Location:
Leeds, UK
Posts:
165
Plugin Contributions:
0

Re: Product Listing - Buy Now - SEFU bug with Continue-Shopping button

Yep, i turned off the SEO mod and it now work's. So it's a SEO BUG. I don't know how it takes you back to the home page after clicking more shopping??? I alway's go back to the original category product listing.

As for other mod's too many to remember but the SEO is the main one in this case.

I need to keep the SEO mod, is there anyway in the setting's to disable the more shopping button in the cart?

3 Dec 2006, 12:43 PM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Product Listing - Buy Now - SEFU bug with Continue-Shopping button

If you want to remove the button, you can delete this from your customized tpl_shopping_cart_default.php template file:```html

<div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_CONTINUE_SHOPPING, BUTTON_CONTINUE_SHOPPING_ALT) . '</a>'; ?></div> ```
3 Dec 2006, 12:43 PM
#7
namsingh avatar

namsingh

Zen Follower

Join Date:
Sep 2006
Location:
Leeds, UK
Posts:
165
Plugin Contributions:
0

Re: Product Listing - Buy Now - SEFU bug with Continue-Shopping button

This is very weird, i downloaded and re-installed the html_output file from SEO, turned it off then back on. Now when i click more shopping it takes me to the homepage!! Huh!!!!! Anyway seems to be ok now. weird...

16 Dec 2006, 4:53 AM
#8
tmccartney avatar

tmccartney

New Zenner

Join Date:
Dec 2006
Posts:
13
Plugin Contributions:
0

Re: Product Listing - Buy Now - SEFU bug with Continue-Shopping button

DrByte:

If you want to remove the button, you can delete this from your customized tpl_shopping_cart_default.php template file:```html

<div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_CONTINUE_SHOPPING, BUTTON_CONTINUE_SHOPPING_ALT) . '</a>'; ?></div> ```

If I wanted to make the "back to shopping" button point to a page outside my cart, say for example "/register", can you tell me how I'd code that? I don't know a lot about PHP, but it appears that this currently is coded as a "back" button. Is that correct?

Thanks!

Tracey