Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • this works for me <a href="<?php echo $this->getDeleteUrl() ?>" onclick="return confirm('<?php echo $this->__('Are you sure you would like to remove this item from the shopping cart?') ?>');" title="<?php echo $this->__('Remove This Item') ?>" class="cart-remove"> <span><?php echo $this->__('Remove'); ?></span> </a> Commented Jun 17, 2015 at 15:55
  • if the problem with the checkout page why don't you use this : <?php if (!$this->isOnCheckoutPage()): ?> Commented Jun 17, 2015 at 15:56
  • I just only wants to make a reload of the page on onestepcheckout if the person makes a delete from the mini-cart and it goes successfully How could make with this @AhmedElAwadi Commented Jun 18, 2015 at 11:31