problem with display of pricing and title

  • Posts: 19
  • Thank you received: 0
11 years 2 months ago #124887

hello all i have searched for this in the forums but i am having no luck finding it so i decided to turn to you the god like devs. here is the problem when we list a singe price for an item it looks pro when we list several prices for out bulk ordering it looks not so pro.. I have tried several things but i have not been able to work this out please help

i have attached the files for yo to view. I would really like the additional prices to come in below the original price and if we need to sacrifice the title of the product below the button that would be just fine as well.. in fact if we could i would like to remove it .. thanks in advanced i will look forward to your reply.

kelowna.directrouter.com/~cowdnzdk/store.../category_pathway-21

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
11 years 2 months ago #124918

Hi,

To edit this layout, you have to edit the view "product / listing_price" via the menu Display > Views.
Here is some documentation:
www.hikashop.com/support/documentation/1...ize-the-display.html

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

  • Posts: 19
  • Thank you received: 0
11 years 1 month ago #127539

Thank you for the link to this documentation but honestly my CSS skills are not up to the task of making this happen properly i have messed around with this for approximately 2 weeks now and still i get nothing can you please provide me further assistance by telling me which files i will i will need to alter to get this done i am really sorry.

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
11 years 1 month ago #127613

The CSS needs to be added to the frontend CSS file of HikaShop, as explained in the documentation.
Something like that should help:
.hikashop_product_quantity_main {
float: left;
width: 50px;
margin-top: -50px;
}
.hikashop_product_price_main {
display: block;
float: right;
margin-top: 0px;
margin-right: 0px;
margin-left: 30%;
}
#hikashop_product_description_main, #hikashop_product_custom_info_main{
float: left;
}

The following user(s) said Thank You: chaoslogic

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

  • Posts: 19
  • Thank you received: 0
11 years 1 week ago #132896

this worked thanks so much.

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

Time to create page: 0.057 seconds
Powered by Kunena Forum