Modifying the looks

  • Miha Adzic
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 4 months ago #54495 by Miha Adzic
Modifying the looks was created by Miha Adzic
Hi!

At first I have to say this is a great plugin! :)

But I have questions. I'm not a programmer so I go more by the point and click.

1. Is it possible to disable the Quantity next to the Add to Cart and just have it set to default = 1.
2. How can I change the product layout. I would like to move the Price, Tax, Add to Cart and Compare below the Product Image, have Description the Specifications tab on the right and set the Specifications tab as default.

Some help or a tutorial on layouts would be great.

Thank you and have a nice day!

Miha

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

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
9 years 4 months ago #54740 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Modifying the looks
Hello Miha,
Thank you for purchasing and using our EShop Shopping Cart extension. Regardingn your questions:

1. There is no option to turn the Quantity box off. However, I can help you to remove it.
2. You can overwrite to change the layout of product details page. Please read about how to overwrite the layout at: joomdonation.com/forum/eshop-faq/42470-h...-of-eshop-views.html

You can submit support ticket to EShop category to send me the your site information so I can help.
Sincerely, Giang

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

  • Miha Adzic
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 3 months ago #54893 by Miha Adzic
Replied by Miha Adzic on topic Modifying the looks
Hi!

This is how I figured to do:

1. Hiding the Quantity box with custom.css

.input-append, .input-prepend {
display:none;
}

Since it is set to 1 by default it simply adds a product to the cart. :)

2. Made a switch between Description and Price... in the default.php code and saved it to the template folder as shown in the instruction. It did take some time but I managed. :)

A new question: Is there a way to replace the "Add to Cart" button with simple text?

THANX!

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

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
9 years 3 months ago #55058 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Modifying the looks
Hi Miha,
To replace "Add to Cart" button with simple text, you may need to overwrite the layout of EShop.
Sincerely, Giang

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

  • Miha Adzic
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 2 months ago #57180 by Miha Adzic
Replied by Miha Adzic on topic Modifying the looks
Hi!

Where is the css file for "Add to cart" button located. Also where is the css for the "Ask Question" popup located?

Thank you!

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

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
9 years 2 months ago #57214 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Modifying the looks
Hi Miha,

You can find them in the style file of default theme components/com_eshop/themes/default/css/style.css. You can find style for popup window in file: components/com_eshop/assets/colorbox/colorbox.css

Hope that this will help.
Sincerely, Giang

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

Moderators: Giang Dinh Truong