Question about product page

  • Posts: 29
  • Thank you received: 0
7 years 10 months ago #241147

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.5.1

Hello,

I have marked the things in the screenshot where i have a question about

Is it possible to have the text on top ( price, product ) not visible?

and is it possible to have text showing up in the area #2 ( as in read more )

Regards,
Davy

Attachments:

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

  • Posts: 4509
  • Thank you received: 611
  • MODERATOR
7 years 10 months ago #241193

Hello,

Is it possible to have the text on top ( price, product ) not visible?


For your needs I suggest you to use/modify your Css code, for customize your product page via your Css,
have a look on this link, here .

Note : I advice you to edit your Css file at the end, later that will be easier to find and correct it.

Add this Css Code :

table.hikashop_products_table thead {
display : none;
}


- Your selector or the target.
- Your command or action.
- Your parameter or details of action.

To learn more about Css code and their properties, I invite you to read this source, here .

and is it possible to have text showing up in the area #2 ( as in read more )


Sorry, but I don't understand your request can you precise your idea, please ?

Hope that will help you.

Regards,

Last edit: 7 years 10 months ago by Philip.

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

  • Posts: 29
  • Thank you received: 0
7 years 10 months ago #241270

Thanks for the reply it did the trick

What i mean with my second question:
Is it possible to add a text under the product name (area that i pointed out)

Regards,
Davy

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

  • Posts: 4509
  • Thank you received: 611
  • MODERATOR
7 years 10 months ago #241282

Hello,

You have several solution to add text in this area, the question is what kind of text you want add, custom field ? Description ?

If it's a simple and unique text for ALL product you can add your text with some CSS code, learn more about this here .
Or the text must be dynamically generated for each product, and you have to create an override of your product page.

Note :Some Php code acknowledge will be required for create an override.

Your can do this here in :
- Go to Components => HikaShop => Configuration
- On Display dropdown select Views
- Use the three filters dropdown to find yout view with : "Product", "Your template" and "Front end"
- Click on "product / listing_table" to edit it.

Regards.

Last edit: 7 years 10 months ago by Philip.
The following user(s) said Thank You: Siberio87

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

  • Posts: 29
  • Thank you received: 0
7 years 10 months ago #242338

hey sorry for the late reply i was on holiday.

But yes i want to add a custom product description for each product
I cant seem to figure out how to do this

Regards,

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

  • Posts: 4509
  • Thank you received: 611
  • MODERATOR
7 years 10 months ago #242383

Hello,

First to do is to create a product custom field in Components => HikaShop => Configuration, and in Display dropdown select Custom fields.

Note : You can learn more about Custom fields configuration in this tutorial, here .

Second steps, create an override on your product / listing_table view like I told on my previous post.

Note : Learn more about the override system, here

The aim of this custom code is to put your <p class="hikashop_product_field... IN your <td class='hikashop_product_name_row'...

And

Remove your <th class="hikashop_product_field title"... (column title for your product custom field) from <table class="hikashop_products_table adminlist table table-striped table-hover" cellpadding="1">...

Hope this will help you.

Regards

Last edit: 7 years 10 months ago by Philip.

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

Time to create page: 0.066 seconds
Powered by Kunena Forum