Product Spelling Error

  • Posts: 70
  • Thank you received: 4
3 years 8 months ago #322511

-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.20
-- PHP version -- : 7.3.20
-- Browser(s) name and version -- : Edge Version 84.0.522.48 (Official build) (64-bit)

When you put items into the cart your title is incorrectly spelt and spaced. It should read Your Shopping Cart. Please can you advise how this can be resolved.

Attachments:

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

  • Posts: 26007
  • Thank you received: 4004
  • MODERATOR
3 years 8 months ago #322515

Hello,

Please check the configuration of your checkout workflow.
You might have set-up a title for the section.
www.hikashop.com/support/documentation/5...ml#checkout_workflow

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.

  • Posts: 70
  • Thank you received: 4
3 years 8 months ago #322544

Jerome wrote: Hello,

Please check the configuration of your checkout workflow.
You might have set-up a title for the section.
www.hikashop.com/support/documentation/5...ml#checkout_workflow

Regards,

Thank you for your reply but this does not show me where you have mis-spelt the title or where to change it. The error is in your php file? see attached. Unfortunately, I cannot find out which file. Please advise.

Attachments:

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

  • Posts: 81540
  • Thank you received: 13069
  • MODERATOR
3 years 8 months ago #322547

Hi,

The error is not in our PHP file. There is no such test in HikaShop.
So that must have been added on your end at some point in the past.
The most likely ways it has been added are:
- via the title of a checkout step, that you can configure under the "Checkout" tab of the HikaShop configuration (and that's why Jerome told you to check there)
- via a translation override of a checkout step title. You can check your translation overrides under the Languages tab of the HikaShop configuration: www.hikashop.com/download/languages.html#modify
- via a view override of one of the checkout views. You can find these override files in the folder templates/YOUR_TEMPLATE/html/com_hikashop/checkout/ via FTP or your hosting file manager. You would have to open the files there and search for that text.
Unfortunately, we can't tell you exactly how to change that text, as we don't know how it was added but it's probably one of these three ways.

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

  • Posts: 70
  • Thank you received: 4
3 years 8 months ago #322588

Is the file show_block_cart.php in com_hikashop/checkout folder not yours? See part file content below:

?php
/**
 * @package	HikaShop for Joomla!
 * @version	3.5.1
 * @author	hikashop.com
 * @copyright	(C) 2010-2018 HIKARI SOFTWARE. All rights reserved.
 * @license	GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */
defined('_JEXEC') or die('Restricted access');
?><?php if(empty($this->ajax)) { ?>
<div id="hikashop_checkout_cart_<?php echo $this->step; ?>_<?php echo $this->module_position; ?>" class="hikashop_checkout_cart">
<?php } ?>
	<div class="hikashop_checkout_loading_elem"></div>
	<div class="hikashop_checkout_loading_spinner"></div>
<?php
	$this->checkoutHelper->displayMessages('cart');
?>
<h2 class="hikashop-heading"><?php echo JText::_('YOURSHOPINGCART'); ?></h2>
<table class="table table-striped table-hover" width="100%">
	<thead>
		<tr>
<?php

Last edit: 3 years 8 months ago by Jerome. Reason: removing quote and adding [code] tags.

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

  • Posts: 26007
  • Thank you received: 4004
  • MODERATOR
3 years 8 months ago #322590

Hello,

in your first message, you're saying that you're using the latest version of HikaShop (4.3.0) but the content if your view is from HikaShop 3.5.1.
It would indicate that you do have a view override from a moment when you did have HikaShop 3.5.1 installed in your website ; or that you're using a template which is providing template overrides.

The official content of the view "show_block_cart" from HikaShop 3.5.1 is

<?php if(empty($this->ajax)) { ?>
<div id="hikashop_checkout_cart_<?php echo $this->step; ?>_<?php echo $this->module_position; ?>" class="hikashop_checkout_cart">
<?php } ?>
	<div class="hikashop_checkout_loading_elem"></div>
	<div class="hikashop_checkout_loading_spinner"></div>
<?php
	$this->checkoutHelper->displayMessages('cart');
?>
<table class="table table-striped table-hover" width="100%">
	<thead>
		<tr>

Other point, the class "hikashop-heading" that you have for your h2 do not follow our coding rules regarding the names that we can use in our CSS
We are using underscores and not dashes, as you can see for the other elements starting with "hikashop".

As Nicolas mentioned, you should have that modification in a view override

- via a view override of one of the checkout views. You can find these override files in the folder templates/YOUR_TEMPLATE/html/com_hikashop/checkout/ via FTP or your hosting file manager. You would have to open the files there and search for that text.

If you do not have that modification in a view override but in the "components/com_hikashop/views" folder, we recommend you to restore the original file from HikaShop package and check the ACL so Joomla will be able to modify all your files during updates.

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.
The following user(s) said Thank You: srtdesigns

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

Time to create page: 0.068 seconds
Powered by Kunena Forum