-
AuthorPosts
-
wendyp Friend
wendyp
- Join date:
- October 2012
- Posts:
- 18
- Downloads:
- 15
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
February 16, 2014 at 10:03 am #194835Hi there, I’m using JA Vintas in our online store, I’d like to modify the ‘Show Cart’ page. I’d like to remove the top section of the cart page, ie the Registered User login box, as well as the Bill to and Ship to panel. I’d like only the content in the cart to show, with the ‘Check out Now’ button, as per my image attached.
When visitors go to the next screen ‘Check Out Now’, they will then have the option to complete their registration or login.
Many thanks.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 17, 2014 at 8:35 am #522986Please follow modification below:
Open templates/ja_vintas/css/virtuemart.css file
Change
div.billto-shipto {
background: url(../images/trans-w10.png);
border: 1px solid #d4c9bd;
margin: 20px 0 30px 0;
padding: 20px;
}div.page-heading {
background: url(../images/dot-sep.png) repeat-x left bottom;
margin: 0 0 20px 0;
padding-bottom: 10px;
overflow: hidden;
}
To
div.billto-shipto {
background: url(../images/trans-w10.png);
border: 1px solid #d4c9bd;
margin: 20px 0 30px 0;
padding: 20px;
display: none;
}div.page-heading {
background: url(../images/dot-sep.png) repeat-x left bottom;
margin: 0 0 20px 0;
padding-bottom: 10px;
overflow: hidden;
display: none;
}.cart-view .login-form {
display: none;
}
Remember to clear cache from admin area after making those changes.
1 user says Thank You to Ninja Lead for this useful post
wendyp Friendwendyp
- Join date:
- October 2012
- Posts:
- 18
- Downloads:
- 15
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
February 20, 2014 at 2:10 am #523541Thank you Ninja Lead that has worked well. However this fix also removed the ‘Continue Shopping’ button, is it possible to have that button on the page but have removed the cart info? If not I can live with this change, it would be useful if it was retained though if possible.
Also, I’m wondering if it’s possible to remove some additional heading text from the Add/Edit Billing Address Information panel: Below the Shopper Information fields, are the ‘Bill to’ fields, which then show duplicated lines of text. Can I remove the words ‘Shopper Information’ and ‘Bill to’ as per my attached jpg ?
And lastly, in Australia we place the Zip / Postal code below the City. Is it possible to swap the order of those fields ? and if so, how is this done ?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 20, 2014 at 9:47 am #523600<blockquote>this fix also removed the ‘Continue Shopping’ button, is it possible to have that button on the page but have removed the cart info?</blockquote>
It seems you have sorted this out.You can remove or move the order of the fields from Shopper Field List of Virtuemark, see the screenshot
-
1 user says Thank You to Ninja Lead for this useful post
wendyp Friendwendyp
- Join date:
- October 2012
- Posts:
- 18
- Downloads:
- 15
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
February 20, 2014 at 10:57 am #523608Thankyou Ninja, I’ve used the Shopper Field list to successfully / correctly order the form fields.
Now my only remaining query is to do with the ‘Continue Shopping’ button which was removed when I applied the fix you provided at the beginning of this thread. Please see my attached image to explain.
The attached .jpg shows what I have at the moment, after applying the fix you provided and what I would like to have if possible.
If the ‘Continue Shopping’ button was removed when we included the code *display: none* is it possible to add the ‘continue shopping’ button in some other way?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 23, 2014 at 4:43 pm #523968My apology. Please roll back Continue Shopping button on your site with this tweak:
Open templates/ja_vintas/css/virtuemart.css file:
Change
div.page-heading {
background: url(../images/dot-sep.png) repeat-x left bottom;
margin: 0 0 20px 0;
padding-bottom: 10px;
overflow: hidden;
display: none;
}
To
div.page-heading {
background: url(../images/dot-sep.png) repeat-x left bottom;
margin: 0 0 20px 0;
padding-bottom: 10px;
overflow: hidden;
}Let me know how it goes.
1 user says Thank You to Ninja Lead for this useful post
wendyp Friendwendyp
- Join date:
- October 2012
- Posts:
- 18
- Downloads:
- 15
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
March 3, 2014 at 7:26 am #525016Thankyou very much Ninja Lead – this is perfect and my problems are solved. Many thanks for your efficient support, it’s much appreciated.
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by wendyp 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum