Product Price CSS

  • Posts: 33
  • Thank you received: 0
12 years 7 months ago #46749

Hi there i have searched the forum and done everything to the CSS that you have suggested to edit the size but it never works for me?!

any chance you could take a look for me?

pocket-tech.co.uk/shop/product/161-front.../category_pathway-12

here is an example

any chance you could have a look for me

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

  • Posts: 82795
  • Thank you received: 13354
  • MODERATOR
12 years 6 months ago #46869

I can see that you were able to increase the size of the price with that code:
.hikashop_product_price_full {
font-size: 25px !important;
}

It's working fine on my end.

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

  • Posts: 33
  • Thank you received: 0
12 years 6 months ago #46875

yes thank you :)

still having probs with the footer if you could help

as well as when we add an item into the shopping cart, the module on the right which displays a mini shopping cart sometimes shows it in euros? when we want it in £? can u help with this too

Last edit: 12 years 6 months ago by pockettechuk. Reason: another question

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

  • Posts: 82795
  • Thank you received: 13354
  • MODERATOR
12 years 6 months ago #46994

What is the problem with the footer ?
If you want to deactivate the hikashop footer, you can turn off the "show footer" option of the Display tab of the configuration.

Regarding the currency problem, please unpbulish the euro currency via the menu System->Currencies and change the "main currency" option of the configuration to GBP.

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

  • Posts: 33
  • Thank you received: 0
12 years 6 months ago #47007

nicolas wrote: What is the problem with the footer ?
If you want to deactivate the hikashop footer, you can turn off the "show footer" option of the Display tab of the configuration.

Regarding the currency problem, please unpbulish the euro currency via the menu System->Currencies and change the "main currency" option of the configuration to GBP.


here is a screen shot of the footer displaying. the option for footer is turned OFF in the menu therefore unsure why it keeps displaying for us but not for you.


we have given you back end access for another issue we are having if you wish to look at the backend

the euro currency is not enabled in the backend (system->Currencies) the only one enabled is Britsh Pounds.

very sorry for being so difficult when we go to a product page with a characteristic, see here pocket-tech.co.uk/shop/product/41-lcd-sc...category_pathway-13# and we change the characteristic, it removes the description. yes we have editied the tabular view. but we to our knowledge did not change anything relating to that. if you could have a look would really appreciate it.

Attachments:
Last edit: 12 years 6 months ago by pockettechuk.

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

  • Posts: 82795
  • Thank you received: 13354
  • MODERATOR
12 years 6 months ago #47111

The "show footer" option is not in the menu but in the "Display" tab of the configuration.
You must be changing the wrong setting.

Regarding the currency problem, please change the "main currency" option of the configuration to GBP.

You should try to delete the code below in the file "show" of the view "product":

<div id="hikashop_product_description_<?php echo $variant_name;?>" style="display:none;">
<?php echo JHTML::_('content.prepare',preg_replace('#<hr *id="system-readmore" */>#i','',$variant->product_description));?>
</div>

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

  • Posts: 33
  • Thank you received: 0
12 years 6 months ago #47148

nicolas wrote: The "show footer" option is not in the menu but in the "Display" tab of the configuration.
You must be changing the wrong setting.

Regarding the currency problem, please change the "main currency" option of the configuration to GBP.

You should try to delete the code below in the file "show" of the view "product":

<div id="hikashop_product_description_<?php echo $variant_name;?>" style="display:none;">
<?php echo JHTML::_('content.prepare',preg_replace('#<hr *id="system-readmore" */>#i','',$variant->product_description));?>
</div>



here is an image of the setting we have turned to off for the footer, is this the right one? if so the footer is still displaying

the only option we have in the main currency config drop down is GBP, we have noticed that it only displays as euros when you are viewing a product, if you are in a catergory or anything else it displays correctly as GBP

i removed that code below and the description still disapears when changing characteristics

thanks for help
chris

Attachments:

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

  • Posts: 33
  • Thank you received: 0
12 years 6 months ago #47199

with regards to the shopping cart displaying the wrong currency i did a bit of experimenting myself.
i have endabled the mini cart, which works fine on category pages but when viewing the product iteslf it displays the full cart

any details i edit for the shopping cart module can only be viewed in categorys the "default" is show in the product view

if this helps you

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

  • Posts: 82795
  • Thank you received: 13354
  • MODERATOR
12 years 6 months ago #47442

If the description still disappears, it's because you're not editing the view for the correct front end template.

Regarding the currency as well as the footer still displayed even though you turned off the option, the only possible explanation is that you have some cache activated on your website.
Turn off the cache option of the configuration of joomla, the cache plugin of joomla, and potentially the cache option of your template and it should hopefully display porperly.

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

  • Posts: 33
  • Thank you received: 0
12 years 6 months ago #47488

nicolas wrote: If the description still disappears, it's because you're not editing the view for the correct front end template.

Regarding the currency as well as the footer still displayed even though you turned off the option, the only possible explanation is that you have some cache activated on your website.
Turn off the cache option of the configuration of joomla, the cache plugin of joomla, and potentially the cache option of your template and it should hopefully display porperly.


Thanks for your help,

i have looked at all the "show" templates in the product category like suggested, only one file, had that line of code in it so i deleted it and to no joy it still removes the description when i change the characteristics.

i have deleted the cache, by going site -> maintainence and doing clear cach and purge cache, still has not help remove the footer, nor my currency problem. The joomla cache plugin is disabled and has been disables for a while.

also found another error which i cant seem to fix :S when you view a product, and scroll down to the related items, if a related item has lots of characteristcs, it will try to display them all, in the related products carousel. Is it possible to rather than show 5 prices for one item do from (the lowest price)
here is a link for an example pocket-tech.co.uk/shop/Product/244-touchscreen-digitizer

your account for back end access is still set up from when i got you to look at the carousel for the first time if it helps you at all.

Thanks for all your help with this!

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

  • Posts: 82795
  • Thank you received: 13354
  • MODERATOR
12 years 6 months ago #47734

In the hikashop options of your module, you should change the display method for prices so that it does not display them all.

For the cache, also turn off the cache option of the configuration of joomla and potentially the cache option of your template and it should hopefully display properly.

Can you do a screenshot of where you edited the view file ?

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

  • Posts: 33
  • Thank you received: 0
12 years 6 months ago #47746

nicolas wrote: In the hikashop options of your module, you should change the display method for prices so that it does not display them all.

For the cache, also turn off the cache option of the configuration of joomla and potentially the cache option of your template and it should hopefully display properly.

Can you do a screenshot of where you edited the view file ?[/quote

i have turned of the cache in the joomla cache plugin, could you tell me where the template cache is? i have disabled cache in site-> global config -> system



here is a copy of my joomla cache settings

and below is a copy of where i am editing the view file



here is a copy of the global config settings of my cache


Attachments:

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

  • Posts: 82795
  • Thank you received: 13354
  • MODERATOR
12 years 6 months ago #47861

Not all the templates have a cache option, but if they have one, it is accessible via the templates manager of Joomla, when you edit the options of the template.

For the screenshot of the product/show.php edition page, I wanted you to show the piece of the code around where you did the modification, not the beginning of the file.

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

  • Posts: 33
  • Thank you received: 0
12 years 6 months ago #48331

nicolas wrote: Not all the templates have a cache option, but if they have one, it is accessible via the templates manager of Joomla, when you edit the options of the template.

For the screenshot of the product/show.php edition page, I wanted you to show the piece of the code around where you did the modification, not the beginning of the file.





highlighted above is the code i have removed in the file you suggested

i use the bez5 template and there is no cache option i can see

Attachments:

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

  • Posts: 82795
  • Thank you received: 13354
  • MODERATOR
12 years 6 months ago #48385

Edit the file "show_tabular" via the menu Display->Views and change the line:
<span id="hikashop_product_url_main" class="hikashop_product_url_main">

to:
<span>


That should definitely solve the problem.

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

  • Posts: 33
  • Thank you received: 0
12 years 6 months ago #48515

nicolas wrote: Edit the file "show_tabular" via the menu Display->Views and change the line:
<span id="hikashop_product_url_main" class="hikashop_product_url_main">

to:
<span>


That should definitely solve the problem.


haha your a genuis thank you so much

any luck with trying to solve our changing currency issue when viewing a product, tried everything you have previously suggested and not luck :(

Also when viewing categories, if a product name is too long then the add to cart button is pushed down making them all not line up. Is there a way to have them all at a uniform position or perhaps move the other product titles down so that the add to cart buttons also move down.
i have tried adding a </br> code to the product title which works, however makes this visible in the bread crumbs and when the product is liked on facebook

Also looking at the social plugin do you have a detailed how to guide? as looking here www.hikashop.com/ja/forum/4-how-to/17857...on-facebook-how.html explained most of it but i till get an error "The app ID "269742323079673" specified within the "fb:app_id" meta tag was invalid." the weird thing is this is not my app ID, i have edited it in the plugin to what is displayed on my App Page, but it will display the wrong app ID

Regards

Chris

Last edit: 12 years 6 months ago by pockettechuk.

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

  • Posts: 82795
  • Thank you received: 13354
  • MODERATOR
12 years 6 months ago #48562

Regarding the currency, could you check that the euro currency is unpbulished on your website ?

Regarding the alignement you want I don't have other ideas.

Regarding the app id, please follow that tutorial:
www.hyperarts.com/blog/how-to-create-fac...id-for-your-website/

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

  • Posts: 33
  • Thank you received: 0
12 years 6 months ago #48617

nicolas wrote: Regarding the currency, could you check that the euro currency is unpbulished on your website ?

Regarding the alignement you want I don't have other ideas.

Regarding the app id, please follow that tutorial:
www.hyperarts.com/blog/how-to-create-fac...id-for-your-website/


you have suggested to unpublish the euro currency before. the only currency published is the GBP currency

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

  • Posts: 82795
  • Thank you received: 13354
  • MODERATOR
12 years 6 months ago #48686

Ok. What if you delete it ?
I don't see how the system would be able to display it if the euro is deleted...
No one has that problem so there mut be something else on your website which is missing up with the cart.

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

  • Posts: 33
  • Thank you received: 0
12 years 6 months ago #48892

nicolas wrote: Ok. What if you delete it ?
I don't see how the system would be able to display it if the euro is deleted...
No one has that problem so there mut be something else on your website which is missing up with the cart.


we have not edited anything relating to the cart and the CSS optimiser we had running has been turned of / deleted for a long time now.

The error only occurs on the product page, not when viewing categories. ( attached images below ) no matter what settings we change, the will not be shown in the products view. it will change on the categories pages and every other pages apart for the product page. as you can see on the product page, there is quantity field which is not visible on the category pages.

would really appreciate if you could log in the back end and have a look for me as we would like to start using the website and this is holding us back :( username and password have not changed since the last time you logged in

Regards

Chris

Attachments:

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

Time to create page: 0.122 seconds
Powered by Kunena Forum