How can do the changes by only editting CSS


https://forum.kartris.com/Topic7045.aspx
Print Topic | Close Window

By [email protected] - Thu 10 May 2018
Hi All, there are some changes I would like to do but I am not sure if we can do them without changing any code. Could I have your advise for my concern

1/ Create 2 more menus: Explore, Contact with function:
No products are able to be viewed until the user has logged in.

Like image: https://drive.google.com/file/d/1wi6Vff-dgszPE_9XtKbyBiSptakIvW9W/view

2/ Edit the user account with information as: Logined as [email protected] Log out

3/ We want to buy the Filter system like image
https://drive.google.com/file/d/1t5zpyN6r5B0pAq6lBxVfOAnAUCJETQxC/view

I want to ask that if this feature support Search suggestion and does it filter by each Category?

4/ Create Account tab like image: https://drive.google.com/file/d/1VgHJ5Eyor6m8lxjjFOWYwjF1_W3njAQ3/view

5/ On Contact us page: can we add more field on form such as company, email, phone

6/ On Shopping Basket tab: can we edit the display like 0 times tab as the image:
https://drive.google.com/file/d/19P9lumOLmUr9VLCxSfhYJPjPctpgSib4/view

7/ On Shopping Basket page:
Can we add more section: 15% GST, and show list of product with production's description
like image

8/ On My Account page:
- Create 2 buttons:
Order history, Saved orders
- Add trash bin icon
https://drive.google.com/open?id=1dnW6amygVdxtSYNuHjfv5IEgya6ghphr


9/ Check out page:
- Display Order number, create button View order, change Checkout --> Stage 3/3


Like image: https://drive.google.com/open?id=1l9nebDqUtzYvq5iBEiSF0SH7clQFpPoy
By Paul - Fri 11 May 2018
1. You can add extra menus to the skin (template.master) within your selected skin folder. You can set login required to access the site, see:

https://kartris.tome.host/tc/8374/d/?viewAsPublished=1

2. The login control will show the email address of the logged in user. You would need to modify the login status control to add extra wording if required.

3. The powerpack adds search suggest to the main search box. This will match category and product names and suggest links - you can see this on https://www.mtmc.co.uk/Default.aspx


the filters don't filter by category, instead they run within a category to filter the products based on price range and attributes.

4. The login status control creates a 'my account' menu by default with our default skins, for example:


The 'my account' link goes to a page that has various sections including order history. You could add bookmarkers I suppose and then have specific links to sections, or break each section out onto a separate page.

5. Not without adding extra code, but it's relatively simple to do if you use the existing form as a guide.

6. Can edit the basket control to add extra text on the 'no items' basket


7. Depending on your tax setup, sales tax or VAT should show on the basket and checkout.


8. Would need to add these to the loginstatus control, that's where the myaccount menu is. And then add bookmarks to the customer account, so the right section of the page is targeted.

9. At the end of the order, we typically show a summary of the order, similar to the one sent by email. You could edit the checkout and checkoutcomplete pages if you want to show something different, but I think at least in the EU it's generally required to show an order summary.



All of these things are possible, but would need code changes. Probably 1-2 days to get these kinds of changes done for a client. But always good to check with clients if they *really* want or need changes. Some mockups are just designed to give an idea of look and feel, while others are absolute plans for what they need for every feature.