add picture in checkout

  • Posts: 8
  • Thank you received: 0
11 years 1 month ago #155407

-- url of the page with the problem -- : dorisdesign.co.il/mo6
-- HikaShop version --(2.3.0) of HikaShop Essential
-- Joomla version -- : 3.2


1. hi i want to know how i add picture to the product in the checkout ( look at the picture hi1.jpg)
2. in the inside page i have "my cart" in the top . where i can change it to Hebrew (didn't find it in the translation)
3. can i add mult coupon? in one checkout procces?
4. i want people will get mail just after they pay in paypal (now they get even then the not pay)..

thenx!!

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
11 years 1 month ago #155416

Hi,

1. The solution will be to set the "Show image" option to YES through "Hikashop->System->Configuration->Checkout"

2. Can you check that the "My cart" text isn't the title of your cart module ?

3. Reading that thread will probably help you : www.hikashop.com/forum/discount-coupon/8...ultiple-coupons.html

4. Can you tell me what email your customer are receiving ?

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

  • Posts: 8
  • Thank you received: 0
11 years 1 month ago #155544

hi
thenx
1. found it

2. its not in the modol i add you a picture
maybe its in php file?
its HikaShop Cart Module

3. ok i will check

4. where i can edit the mail the costumer get after the checkout process

5. can i make "clear cart" button in the checkout first screen ?

thenx you so much

Attachments:
Last edit: 11 years 1 month ago by dorh21.

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

  • Posts: 83992
  • Thank you received: 13604
  • MODERATOR
11 years 1 month ago #155567

Hi,

2. this comes either from the HikaShop translation file that you're using, or directly from your template.
So check your translation file via the Languages tab of the configuration and if you don't find that text there, it means that it's the template which does that.

4. The emails can be edited via the menu System>Emails with the Business edition. With the other editions you would have to edit the files directly in the folder media/com_hikashop/mail but please note that you'll loose your changes after an update of HikaShop if you don't do it via the interface of the Business edition, so make sure that you do a backup.

5. You would have to edit the file "cart" of the view "checkout" via the menu Display>Views and add such code:

<?php
	$delete = hikashop_completeLink('product&task=cleancart');
				if(strpos($delete,'?')){
					$delete.='&amp;';
				}else{
					$delete.='?';
				} ?>
			<a class="hikashop_small_cart_clean_link" onclick="window.location='<?php echo $delete.'return_url='; ?>'+window.btoa(window.location); return false;" href="#" >
				Clear cart
			</a>

The following user(s) said Thank You: dorh21

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

  • Posts: 8
  • Thank you received: 0
11 years 1 month ago #155726

thenx its work :))

one more thing
in Hebrew its lee-tel different (right to left)
can i put b1 (next button) in the left and b2 (keep shooping) in the right? switch the button
look at picture)


thenx B) :cheer:

Attachments:

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

  • Posts: 83992
  • Thank you received: 13604
  • MODERATOR
11 years 1 month ago #155733

Ah yes. Edit the file media/com_hikashop/css/rtl.css and add that CSS:

#hikashop_checkout_shopping_button{
	float: right;
}
#hikashop_checkout_next_button{
	float: left;
}

The following user(s) said Thank You: dorh21

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

  • Posts: 8
  • Thank you received: 0
11 years 1 month ago #155855

thenx you
work grate :)

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

Time to create page: 0.075 seconds
Powered by Kunena Forum