Skip to main content

Removing product code from invoices

More
14 years 2 weeks ago #64840 by mohairbears
Hi, The product code shows on the invoices, I do not require this how can this be removed please?

thanks

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

More
14 years 2 weeks ago - 14 years 2 weeks ago #64856 by Mohamed Thelji
Hi,

I think that you'll find your answer there .

You 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

Hope this will help you :).
Last edit: 14 years 2 weeks ago by Mohamed Thelji.

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

More
14 years 2 weeks ago #64857 by mohairbears
Tried all that and it does not appear to work? just wondering if anything has been changed/need to change something else as well?

thanks

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

More
14 years 2 weeks ago #64860 by Mohamed Thelji
Can you give me a temporary access to your back-end by PM?

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

More
14 years 2 weeks ago #64862 by mohairbears
Ok sorted it, I have to change the code in both my template & administrator template in 2.5.

thanks

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

More
14 years 2 weeks ago #65332 by mohairbears
Hi sorry but I have the product code showing on the wishlist selection, can you advise which css file I need to amend to remove please.

thanks

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

More
14 years 1 week ago #65403 by Mohamed Thelji
Ok, so can you give me your website address ?

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

More
14 years 1 week ago #65406 by mohairbears
Hi I have cured this by adding options in the module and it now looks more professional wishlist, using the module with the basic option on install just show a photo a wording but also shows the product code, you may need to look at this.

thanks

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

More
14 years 1 week ago #65408 by mohairbears
Although one slight problem with it is the add to cart button does not follow the test of our sites theme?

www.mohairbearmakingsupplies.co.uk

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

More
14 years 1 week ago #65429 by Mohamed Thelji
Hi, I think that you need to add CSS to customize your buttons. You can do that in the tab Display of the configuration of HikaShop by editing your CSS file.

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

More
14 years 1 week ago #65438 by mohairbears
It's the CSS that is causing the problems? in Config I have the 'button' tab set to 'normal' which is keeping the site consistent with mu template CSS (red), however the wishlist module is using the 'button' CSS (yellow)?? I cannot find an option to make that module use the config setting?

hope that's clearer?

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

More
14 years 1 week ago #65450 by Mohamed Thelji
Sorry but I don't really understand what the problem is, so can you send me screenshot of what's bothering you ?

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

More
14 years 1 week ago #65461 by mohairbears
[attachment:1]addtocart.docx[/attachment]

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

More
14 years 1 week ago #65524 by nicolas
Your attachment didn't work.

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

More
14 years 1 week ago #65532 by mohairbears
try again
This attachment is hidden for guests.
Please log in or register to see it.

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

More
14 years 1 week ago #65725 by nicolas
Mmm. I can't open it on my computer.
could you please send a doc or a png/jpg of your screenshot.

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

More
14 years 1 week ago #65912 by mohairbears
Easiest way is to look at www.mohairbearmakingsupplies.co.uk the buttons throughout the site are 'red', add to items to the wishlist and veiw the wishlist and you will see the button' add to cart' is 'yellow' now this happens (yellow buttons) site wide if I change the 'button style' from default to css. This suggests to me that the default button style is not being applied to the wishlist?

thanks

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

More
14 years 1 week ago #66070 by nicolas
Your buttons are all red as far as I can see. Here for example:
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.

More
14 years 1 week ago #66195 by mohairbears
No cache problem cleared a few times recently. It's ONLY the wishlist 'add to cart' button that is not following the site theme for buttons? please add items to wishlist them 'show the wishlist' you will then see the button in the wishlist is yellow? not a major problem I know but I would like the button to follow the site theme.

thanks

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

More
14 years 1 week ago - 14 years 1 week ago #66436 by nicolas
Ah yes, now I see what you're talking about.

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.
Last edit: 14 years 1 week ago by nicolas.

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

Time to create page: 0.296 seconds
Powered by Kunena Forum