- Posts: 606
- Thank you received: 13
Removing product code from invoices
- mohairbears
-
Topic Author
- Offline
thanks
Please Log in or Create an account to join the conversation.
- Posts: 12953
- Thank you received: 1778
I think that you'll find your answer there .
Hope this will help youYou need to go in the menu Display->Views and edit the files form and invoice of the view order and remove the code below from them :
.' '.$product->order_product_code
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
thanks
Please Log in or Create an account to join the conversation.
- Posts: 12953
- Thank you received: 1778
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
thanks
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
thanks
Please Log in or Create an account to join the conversation.
- Posts: 12953
- Thank you received: 1778
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
thanks
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
www.mohairbearmakingsupplies.co.uk
Please Log in or Create an account to join the conversation.
- Posts: 12953
- Thank you received: 1778
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
hope that's clearer?
Please Log in or Create an account to join the conversation.
- Posts: 12953
- Thank you received: 1778
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
Please log in or register to see it.
Please Log in or Create an account to join the conversation.
could you please send a doc or a png/jpg of your screenshot.
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
thanks
Please Log in or Create an account to join the conversation.
www.mohairbearmakingsupplies.co.uk/index...yes/product/cid-1635
Maybe a problem of cache in your browser ?
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
thanks
Please Log in or Create an account to join the conversation.
You need to change the code:
<a class="hikashop_cart_button" onclick="javascript: document.getElementById('task').value = 'addtocart'; document.forms.submit();">
<?php echo $addText; ?>
</a>
to:
<?php echo $this->cart->displayButton($addText,'wishlist',$this->params,hikashop_completeLink('cart&task=convert&cart_type=cart&cart_id='.$cart_id.'&Itemid='.$Itemid),'document.getElementById(\'task\').value = \'addtocart\'; document.forms[\'hikashop_show_cart_form\'].submit(); return false;'); ?>
in the file "showcart" via the menu Display->Views.
Please Log in or Create an account to join the conversation.