Show Continue Shopping button

  • Posts: 9
  • Thank you received: 0
11 years 9 months ago #58531

I want to display Continue Shopping button in the Product Options page, is there a way to do this ?

Simply I have an online shop and the shopping cart is displayed in the same page but some products have more than option then the customer will click Choose Options instead of Add to Cart, in the Product Options page I want to show a Continue Shopping button ?

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

  • Posts: 12953
  • Thank you received: 1778
11 years 9 months ago #58540

Hello,

I think that you can do it by :

- Going to "Hikashop->Display->Views"
- Editing the show_default file of the product view of your front-end template
- Adding an HTML Continue Shopping button

Hope this will help you.

Last edit: 11 years 9 months ago by Mohamed Thelji.

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

  • Posts: 81677
  • Thank you received: 13102
  • MODERATOR
11 years 9 months ago #58600

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

  • Posts: 9
  • Thank you received: 0
11 years 9 months ago #58890

Many Thanks for your reply but I have a problem that in the english product page I can use the method you mentioned while in the arabic menu page I want to display other image and set another url...

I have tried this code but it didn't work

<?php if($this->direction == 'rtl') : ?>
<div id="hikashop_add_to_cart_continue_div">
<a href="Arabicurl">Order Now</a>
</div>
<?php else : ?>
<div id="hikashop_add_to_cart_continue_div">
<a href="someurl"><img src="\images\continue_order.jpg"></a>
</div>
<?php endif; ?>

Could you pleae help me in this ?

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

  • Posts: 81677
  • Thank you received: 13102
  • MODERATOR
11 years 9 months ago #58912

The line
<?php if($this->direction == 'rtl') : ?>
is only for joomla template files. For view files you need to do like that instead:
<?php
$lang = & JFactory::getLanguage();
if($lang->isRTL()) : ?>

The following user(s) said Thank You: ictfox

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

  • Posts: 9
  • Thank you received: 0
11 years 9 months ago #58997

Its working....Many thanks for your great support

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

Time to create page: 0.074 seconds
Powered by Kunena Forum