OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Shoe Store Template Questions Part 2 (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Shoe Store Template Questions Part 2

Feoh (User)
Junior Boarder
Posts: 35
graphgraph
User Offline Click here to see the profile of this user
Shoe Store Template Questions Part 2 2 Years, 4 Months ago
Karma: 0  
Hi, as you wanted me to write on the forum I create a new post since I can't add a reply to the previous one.
First of all, thank you for your support! It is really great and I appreciate it a lot!

The questions are the following:
Product filter on the left
1) How to make the field wider? I couldn't find these settings in the filter layout. I nned to make the size of the field "Размер" equal to the other fields. (Please see here: goodsales.lv/ru/categories)
2) If you choose the size (Размер) and then press "Search" it gives you the database error.

Cart
3) You corrected the language there but now, when you change a language while you are in the cart, it starts to show a lot of modules from the main page there.
4) Can I change a Captcha on the registration form to ReCaptcha (a Google one)?
5) If you add an item to the cart while you are in Russian, then switch to Latvian and add the item one more time, the cart will show two different items instead of two pieces of the same item.
6) How can I make button "Reserve" (зарезервировать) wider? I can see there is a button class given in the form. When I delete it, the button becomes wider but looses its design.

Order
7) After you make an order and go to the admin panel, you can see an error in Orders, in "Download" section: (Warning: Undefined property: stdClass::$number_of_downloads in /home/goodsale/public_html/administrator/components/com_os_cck/adminhtml/admin.orders.html.php on line 145
8) When you try to change an order status, you get an error: Unknown column 'number_of_downloads' in 'field list'
Logged Logged
The administrator has disabled public write access.
VlaDOS (Admin)
Admin
Posts: 135
graphgraph
User Offline Click here to see the profile of this user
Re:Shoe Store Template Questions Part 2 2 Years, 3 Months ago
Karma: 3  
Hello.
1. You need add the following lines to /templates/cck_shoe_store/css/style.css file
Code:

.content-row .items{
padding-left: 0!important;
padding-right: 0!important;
}



2. fixed

3. fixed

4. Yes. Set the captcha in the site settings or in the settings of the User component.

5. Sorry, but it is necessary to change the structure of goods processing. Will be fixed later.

6. With CSS. Not all styles can be set with the constructor. Especially with its free version. For many style changes CSS is used. The path to the file I wrote you above. You need to find the class you see in that file and find the width settings there.

7,8 Fixed
Logged Logged
The administrator has disabled public write access.
Go to top
»