Jump to content

[Resolved] How to remove image that appears in shopping cart.


Recommended Posts

Could someone please tell me which file I need to look at to stop the shopping cart from displaying the product image?

It seems that no matter how good the original image is the quality is atrocious when it appears in the cart, it is extremely small and very dithered so that it is not recognizable anyway.

I would prefer not to have it.

Thank you,

Brian

 

Link to comment
Share on other sites

Are you still on Galaxy X skin? I have no way to check, but I'm GUESSING you should find the image code in one of the skin/templates files - either content.checkout.confirm or one of the others that has checkout in the naming.

Try content.checkout.medium.up and comment this out.

               <a href="{$item.link}" class="th" title="{$item.name}"><img src="{$item.image}" alt="{$item.name}"></a></td>

 

Link to comment
Share on other sites

Yes still with galaxy, I will take a look as you suggest.

The other matter which I am finding very frustrating is in trying to remove the default tick from the "I would like to create an account box" I have found the relevant in content.checkout.confirm.php I have changed the value to 0 from 1 but it makes no difference, it is as iff it is hard coded into Cubecart!

Link to comment
Share on other sites

You are a star!

Both problems now sorted. I commented out:

 <a href="{$item.link}" class="th" title="{$item.name}"><img src="{$item.image}" alt="{$item.name}"></a>

in content.checkout.medium-up.php that has stopped the image being displayed.

I have also removed the: {$REGISTER_CHECKED} from line 458 in content.checkout.confirm.php. This has removed the default tick from the "I would like to create an account checkbox"

Many thanks,

further progress made!

Brian

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...