- Posts: 139
- Thank you received: 1
Customising product listing
12 years 11 months ago - 12 years 11 months ago #129443
by abasel
Customising product listing was created by abasel
How do I change the following in the product listing?
Want to change "items in stock" to "places left"
Want to add a brief description between the item title and "items in stock" i.e. insert one of my custom fields.
Want to change "items in stock" to "places left"
Want to add a brief description between the item title and "items in stock" i.e. insert one of my custom fields.
Last edit: 12 years 11 months ago by abasel.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12953
- Thank you received: 1778
12 years 11 months ago #129476
by Mohamed Thelji
Replied by Mohamed Thelji on topic Customising product listing
Hi,
Some CSS and views modifications through "Hikashop->Display->Views" will probably do the job, but can you give us more information about what do you exactly want to do through some screenshots for example ?
Thanks.
Some CSS and views modifications through "Hikashop->Display->Views" will probably do the job, but can you give us more information about what do you exactly want to do through some screenshots for example ?
Thanks.
Please Log in or Create an account to join the conversation.
12 years 11 months ago - 12 years 11 months ago #129594
by abasel
Replied by abasel on topic Customising product listing
Last edit: 12 years 11 months ago by abasel.
Please Log in or Create an account to join the conversation.
12 years 11 months ago #129610
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Customising product listing
Hi,
You can override the translation used for this text.
www.hikashop.com/support/faq.html#tran
Regards,
You can override the translation used for this text.
www.hikashop.com/support/faq.html#tran
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
12 years 11 months ago - 12 years 11 months ago #129657
by abasel
Replied by abasel on topic Customising product listing
Ok, so I am nearly there.
I now want to make a custom field appear below the "Items in stock".
I have a custom field in the Product table with a column name of agegroup. In product / quantity.php I want to add a line that prints the following:
I just am not sure how to get the value of agegroup into $agegroup.
I now want to make a custom field appear below the "Items in stock".
I have a custom field in the Product table with a column name of agegroup. In product / quantity.php I want to add a line that prints the following:
Code:
echo "Age Group".$agegroup."<br/>"
I just am not sure how to get the value of agegroup into $agegroup.
Last edit: 12 years 11 months ago by abasel.
Please Log in or Create an account to join the conversation.
12 years 11 months ago #129669
by nicolas
Replied by nicolas on topic Customising product listing
You should do:
Code:
echo "Age Group".$this->row->agegroup."<br/>"
The following user(s) said Thank You: abasel
Please Log in or Create an account to join the conversation.
12 years 11 months ago - 12 years 10 months ago #129737
by abasel
Replied by abasel on topic Customising product listing
Great... thanks for that, worked like a dream
Last edit: 12 years 10 months ago by abasel.
Please Log in or Create an account to join the conversation.
Time to create page: 0.167 seconds