Change Small Shopping Cart?

  • Posts: 12
  • Thank you received: 0
13 years 4 months ago #20158

Hello,

Hope everyone is having a great day!

I would like to change the small shopping cart information from:

Shopping Cart
The Cart is Empty

to

[image] The cart is empty [checkout button]

i would like the [image] to change when there is something in the cart, other wise, if that cannot be done, I would still like the formatting to change as stated.

Thank You,
Ed Kelly
www.delcocs.com

Please Log in or Create an account to join the conversation.

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 4 months ago #20170

The title of the module id displayed by your template based on the show title option of your module. You should be able to deactivate it in the options of the module via the joomla module manager.

For the image, it's possible, but you will have to modify the code of the view directly as there is no option for that. You can do that by editing the file cart of the view product via the menu Display->Views.

Please Log in or Create an account to join the conversation.

  • Posts: 12
  • Thank you received: 0
13 years 4 months ago #20234

Great, thank you very much. BTW, you have a great product here and I'm only using the free version. I'm starting a new business and once I get everything up and running, I'm definitely buying the business license of your product. Just sucks cause over here in the states, with the way the dollar is down, it's going to cost just over $170 :(

BTW, where exactly would I edit the code?

I see the following and assume it is here?:

<a class="hikashop_small_cart_checkout_link" href="<?php echo hikashop::completeLink('checkout'.$url_itemid); ?>">
      <span class="hikashop_small_cart_total_title"><?php echo $text; ?></span>
    </a><?php
    if($this->params->get('show_cart_delete',1)){
      $delete = hikashop::completeLink('product&task=cleancart');
      if(strpos($delete,'?')){
        $delete.='&';
      }else{
        $delete.='?';
      } ?>
    <a class="hikashop_small_cart_clean_link" href="<?php echo $delete.'return_url='. urlencode(base64_encode(hikashop::currentURL('url'))); ?>" >
      <img src="<?php echo HIKASHOP_IMAGES . 'delete2.png';?>" border="0" alt="clean cart" />
    </a>

Last edit: 13 years 4 months ago by DelcoCS.

Please Log in or Create an account to join the conversation.

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 4 months ago #20246

If you're using the mini cart mode of the cart module, then yes. Otherwise, it's after that.

Yes, the conversion rate sucks actually :/ But with the crisis in Greece it might go the other way around later this year.

Please Log in or Create an account to join the conversation.

Time to create page: 0.062 seconds
Powered by Kunena Forum