how to change the characteristics display

  • Posts: 159
  • Thank you received: 0
11 years 11 months ago #123325

-- url of the page with the problem -- : mywebsite.com/mypage
-- HikaShop version -- : x.x.x
-- Joomla version -- : x.x
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- : Error_message

Hi, When we add characteristics in any product. It displays "Choose Options" instead of "Add To Cart".
how to disable "Choose Options" and let it display "Add To Cart" ?

Last edit: 11 years 11 months ago by Shafan Hameed.

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

  • Posts: 26266
  • Thank you received: 4044
  • MODERATOR
11 years 11 months ago #123334

Hi,

For I understand, I think that you can change the translation of "CHOOSE_OPTIONS" in order to display the same text.
But the button will still redirect the user to the product page so he can choose the options for the product.

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: 159
  • Thank you received: 0
11 years 11 months ago #123361

Yes i agree it will redirect user to the product page. but the this i am saying is..
There are some products that their prices are not available and it shows Choose Options on them along with the products that prices are mentioned with if we add characteristics in them.
what i want is choose option label wont be displayed weather the price of a product is added or not. if the price is added it shows add to cart and if the price of product is not added it just shows the text Price not available that i have changed on the option and is showing currently

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

  • Posts: 12953
  • Thank you received: 1778
11 years 11 months ago #123376

Hi,
I think that you'll be able to do it by customizing the code of your "quantity" file of your "product" view, of your front-end template.
Also, even if your products have variants, you should be able to display their prices, did you set a price through the "price" tab of the main product pages ?

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

  • Posts: 159
  • Thank you received: 0
11 years 11 months ago #123428

well no i didnt add some of the product`s prices but the products which i add prices in also shows choose options

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

  • Posts: 26266
  • Thank you received: 4044
  • MODERATOR
11 years 11 months ago #123479

Hi,

I don't understand.
We need some screenshots to understand of what's you are talking about.

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: 159
  • Thank you received: 0
11 years 11 months ago #123517

i got the screenshots but how to attach them ?? i cannot see any attachment link or button here :S

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

  • Posts: 26266
  • Thank you received: 4044
  • MODERATOR
11 years 11 months ago #123539

Hi,

Please use the "Reply topic" button, not the "quick reply" one.
You will have to complete interface which allow you to add attachments (and an editor with buttons, etc).

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: 159
  • Thank you received: 0
11 years 11 months ago #123600

in this pictures the prices are listed but still it is showing "Choose options". i want it to show "Add to Cart" here



and here in this picture the prices are not listed and i dont want it to show any label. only the thing "Price Not Available" in the place of price and product name only.

Attachments:

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

  • Posts: 159
  • Thank you received: 0
11 years 11 months ago #123643

Alive Anyone ?

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

  • Posts: 26266
  • Thank you received: 4044
  • MODERATOR
11 years 11 months ago #123653

Shafan Hameed wrote: Alive Anyone ?

Please note that it's Sunday.
We will reply,we will.

But each time you make you a reply, you lost your position in the queue.


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: 159
  • Thank you received: 0
11 years 11 months ago #123665

Ooh Sorry :$

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

  • Posts: 159
  • Thank you received: 0
11 years 11 months ago #123744

Still waiting for the answer :)

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

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

Hi,

You have to edit the view "product / listing_img_title" vie the menu Display > Views.
Then in this view, you have to customize the code by adding some if conditions.

For example, to hide the title if the price is not displayed, you can use:

if($this->params->get('show_price')){
// ...
}
around:
				<!-- PRODUCT NAME -->
					<span class="hikashop_product_name">
						<?php if($this->params->get('link_to_product_page',1)){ ?>
							<a href="<?php echo $link;?>">
						<?php } ?>
								<?php
								echo $this->row->product_name;
								?>
						<?php if($this->params->get('link_to_product_page',1)){ ?>
							</a>
						<?php } ?>
					</span>
				<!-- EO PRODUCT NAME -->

Here is some documentation about the layout customizations:
www.hikashop.com/support/documentation/1...ize-the-display.html

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

  • Posts: 159
  • Thank you received: 0
11 years 11 months ago #123873

Still didnt understand it :S

kindly also tell how to set Captcha in Hikashop Login, Registration Page

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

  • Posts: 159
  • Thank you received: 0
11 years 11 months ago #123880

Well i tried it but its no use of it

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

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

Hi,

How do you set the text "Price Not Available" ? By overriding the "Free" translation ?
If it is, so you have to replace that if condition by another one checking if the price is equal to 0.

Regarding the Recaptcha, here is the documentation:
www.hikashop.com/support/documentation/7...-with-recaptcha.html

PS: "Still waiting for the answer" As Jerome said, when you are posting messages, the topic go back in the queue, so you lose your position and have to wait more time. Thanks to avoid that in order to have fastest answers.

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

  • Posts: 159
  • Thank you received: 0
11 years 11 months ago #123938

how to get the simple cart page shown here
www.hikashop.com/support/documentation/7...-with-recaptcha.html
its all aligned but to me everything is messy n mixed up.

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

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

Thanks to explain with more details what you need.

To change the position of the recaptcha there is options in the plugin configuration.
To add/remove fields in the form, you can do that from the menu Display > Custom fields.
To change the content of each checkout steps, you have to do that from Configuration > Checkout > Checkout tab.

Else any design changes can be made, here is some documentation about that:
www.hikashop.com/support/documentation/1...ize-the-display.html

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

Time to create page: 0.126 seconds
Powered by Kunena Forum