options

  • Posts: 14
  • Thank you received: 0
11 years 3 months ago #158598

-- url of the page with the problem -- : mywebsite.com/mypage
-- HikaShop version -- : 2.3.1
-- Joomla version -- : 3.3
-- 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,
i just bought the business edition and installed it.
i created new option and Characteristics for a product but now I'm having this problems:

1. the prices i get when changing options are strange and have little to do with the prices i gave the Characteristics in the options how do i get the options to show just the plain price i gave each option?
2. i get some English now, do i have to reinstall the language pack after installing Hikashop Business?
Thanx
Adi

Last edit: 11 years 3 months ago by electroadi.

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

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

Hi,

That's maybe a thumbnail generation problem, thanks to try to delete the thumbnails via FTP and load the listing again.
Could you give us screenshot of how your product is set ?

Regarding the english, that's maybe some cords which have nit yet been translated. Which language are you using ?

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

  • Posts: 14
  • Thank you received: 0
11 years 3 months ago #158701

hey,
Thanx for the quick replay,
I'm using Hebrew.
Here is a link for that page:
108.174.152.219/~yamitysb/index.php/2014...oduct/14-5-2014.html
You can see "Price with options" shows in English.
The truth of the matter is i want it not to show at all.
I would like each option to show a different price and if possible a different serial number.
Also: my cart icon:
Took me a while to replace the button but now i need to know how to get reed of the text that comes with it (i made it white now but that's not good enough) and it shows twice here.
Adi

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

  • Posts: 84298
  • Thank you received: 13694
  • MODERATOR
11 years 3 months ago #158847

Hi,

If you want to remove the "price with options" you can add such CSS on your website:
.hikashop_option_price_title{display:none;}

Regarding your add to cart button, change your CSS to:
#hikashop_product_quantity_main a.hikashop_cart_button{
color: transparent !important;
font-weight: bold;
background-image: url(../images/cart.gif);
background-repeat: no-repeat;
background-position: right top;
height: 40px;
padding-right: 40px !important;
background-color: transparent;
cursor: pointer;
display: block;
float: right;
width: 100%;
}

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

  • Posts: 14
  • Thank you received: 0
11 years 3 months ago #158921

1. thanx, it helps (especially after i figured out i should modify the rtl.css as well).
but the buttons text is still there (only white).

2. how do i change the contact us icon to be what i want and not same as the cart icon?
adi

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

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

Hello,
1. You'll just have to edit the CSS code that Nicolas gave you and replace it by :

#hikashop_product_quantity_main a.hikashop_cart_button{
color: transparent !important;
font-weight: bold;
background-image: url(../images/cart.gif);
background-repeat: no-repeat;
background-position: right top;
height: 40px;
padding-right: 40px !important;
background-color: transparent;
cursor: pointer;
display: block;
float: right;
width: 100%;
font-size: 0px;
}
2. How do you exactly want your contact us icon to show ?

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

  • Posts: 14
  • Thank you received: 0
11 years 3 months ago #159159

i want to make a different image (I'll call it let's say contact.gif) for the contact button

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

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

Hi,

You can apply a css property on:

.hikashop_product_contact_main .hikashop_cart_input_button{ /* Your css properties */ }
This way the css will be applied only for the contact us buttons.

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

  • Posts: 14
  • Thank you received: 0
11 years 3 months ago #159348

it doesn't work.
i did that and still the same image shows for both images.
adi

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

  • Posts: 84298
  • Thank you received: 13694
  • MODERATOR
11 years 3 months ago #159477

The solution provided by Xavier is the correct one.
For example:

.hikashop_product_contact_main .hikashop_cart_input_button{ background-image: url(../images/contact.gif) !important; }

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

  • Posts: 14
  • Thank you received: 0
11 years 3 months ago #159479

I'm sure it is the correct solution if i want both the cart and the contact to have the same image button. But what if i want a different button for the image and a different one for the cart?
Adi

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

  • Posts: 26275
  • Thank you received: 4045
  • MODERATOR
11 years 3 months ago #159481

Hi,

Did you try the exact content ?
Because regarding the CSS rule, it is applied only for the button in the contact page :

.hikashop_product_contact_main .hikashop_cart_input_button
So I don't know why it will affect the buttons for the cart too.

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.

Time to create page: 0.097 seconds
Powered by Kunena Forum