Removing product code from invoices

  • Posts: 513
  • Thank you received: 8
  • Hikashop Business
11 years 7 months ago #64840

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.

  • Posts: 12953
  • Thank you received: 1778
11 years 7 months ago #64856

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: 11 years 7 months ago by Mohamed Thelji.

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

  • Posts: 513
  • Thank you received: 8
  • Hikashop Business
11 years 7 months ago #64857

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.

  • Posts: 12953
  • Thank you received: 1778
11 years 7 months ago #64860

Can you give me a temporary access to your back-end by PM?

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

  • Posts: 513
  • Thank you received: 8
  • Hikashop Business
11 years 7 months ago #64862

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.

  • Posts: 513
  • Thank you received: 8
  • Hikashop Business
11 years 7 months ago #65332

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.

  • Posts: 12953
  • Thank you received: 1778
11 years 7 months ago #65403

Ok, so can you give me your website address ?

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

  • Posts: 513
  • Thank you received: 8
  • Hikashop Business
11 years 7 months ago #65406

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.

  • Posts: 513
  • Thank you received: 8
  • Hikashop Business
11 years 7 months ago #65408

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.

  • Posts: 12953
  • Thank you received: 1778
11 years 7 months ago #65429

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.

  • Posts: 513
  • Thank you received: 8
  • Hikashop Business
11 years 7 months ago #65438

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.

  • Posts: 12953
  • Thank you received: 1778
11 years 7 months ago #65450

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.

  • Posts: 513
  • Thank you received: 8
  • Hikashop Business
11 years 7 months ago #65461

[attachment:1]addtocart.docx[/attachment]

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

  • Posts: 81504
  • Thank you received: 13064
  • MODERATOR
11 years 7 months ago #65524

Your attachment didn't work.

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

  • Posts: 513
  • Thank you received: 8
  • Hikashop Business
11 years 7 months ago #65532

try again

File Attachment:

File Name: addtocart.docx
File Size:1,688 KB

Attachments:

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

  • Posts: 81504
  • Thank you received: 13064
  • MODERATOR
11 years 7 months ago #65725

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.

  • Posts: 513
  • Thank you received: 8
  • Hikashop Business
11 years 7 months ago #65912

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.

  • Posts: 81504
  • Thank you received: 13064
  • MODERATOR
11 years 7 months ago #66070

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.

  • Posts: 513
  • Thank you received: 8
  • Hikashop Business
11 years 7 months ago #66195

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.

  • Posts: 81504
  • Thank you received: 13064
  • MODERATOR
11 years 6 months ago #66436

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: 11 years 6 months ago by nicolas.

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

Time to create page: 0.103 seconds
Powered by Kunena Forum