We understand that your ecommerce site is crucial to the success of your business, from time to time issues and questions can arise and you need to have the assurance there will be someone on hand to help resolve these in a timely fashion so you can spend your time driving your own business forward.

So if you are looking for faster responses to your questions or would like the assurance there is someone on hand for you to contact, fear not we have a number of paid support options that are available to you that can give your organisation the peace of mind knowing a member from the Cart Viper team will always be available to assist!

Purchase a Support Plan

Community Support

HomeHomeIssues and Supp...Issues and Supp...Installation & ...Installation & ...Hiding a few more itemsHiding a few more items
Previous
 
Next
New Post
10/31/2013 4:43 PM
 
Hello..

We'd like to hide a few more items from the end-users.

In the three step checkout series, there's a DIV class with the name of cvSuccessinfo.  We'd like to hide the "Click here to create a new user account" after placing an order.  What page do I edit to remove/hide this?

When there's an image to be uploaded for a product, the code is calling an iFrame to display the ProductVisualizerImageUpload.aspx webpage.  The element style is set to a height of 75px, but I'd like to shrink this down some; I REM'd out the make into an oval checkbox.  Where do I change the element style of the iFrame to shrink this down?

And finally, within the CustomerOrders.ascx page, there's a ddlOrderStatus drop-down.  How can we get a "Ready For Pickup" option added to this for items which are ready to be picked up.  Might cause confusion with the person purchasing an item for pick-up and they get a status change e-mail stating that the item shipped.

Thank you for your support and an amazing product.
 
New Post
10/31/2013 7:49 PM
 

Hi Jeff

The caption to register for a new account after the checkout can be hidden using some simple HTML.

I would edit the caption so that we wrap it in a <div style="display:none;">...</div> that way it wouldn't be visible to the customer. The resource file to edit is DesktopModules\CartViper\App_LocalResources\ThreeStepCheckout.ascx.resx and the key is lblCreateAccount.Text

I would suggest following the example in this blog post on how to edit the resource files correctly. http://blog.cartviper.com/post/2011/0...

The iframe on the upload has the height hardcoded when its rendered into the browser window. The only way to change the height would be using jQuery. It should be pretty simple to make that change.

The order statuses are just enum values, so you could just change the caption of the "shipped" status to "ready to collect". You can also tweak the email wording as required.
The order statuses are stored in the sharedresources.resx file which is located in the same folder as above. The key to edit is OrderStatus5.Text which would be the shipped status.

Regards

Mark

 
New Post
11/1/2013 3:09 PM
 

Hi Mark..

Thanks for the info on the ThreeStepCheckout.ascx.recx; I was able to hide the "new account" link.

I'm not too proficient in jQuery, so I'm uncertain as to where to look to adjust the height of the iFrame.  If you can point me in the right direction, I'd greatly appreciate it.

May I suggest adding an OrderStatus9.Text to read "Ready for Pick-up" as well as an OrderStatus10.Text to read "Picked up at Store" and give number 10 the same functionality as the shipped status.  This way, the person which made the order will be notified when it's ready for pickup at the store, and then once it's picked up, the item is "closed" like when it's shipped.

Thanks again for your help and assistance..

 
New Post
11/1/2013 10:51 PM
 

Hi Jeff,

If you copy the below to ProductDetail.htm template it will set the iFrame height to 10px, so feel free to change the height to whatever you want:

<script type="text/javascript"> jQuery(document).ready(function () {

   if (jQuery(".StoreDetailContainer-Content").find("#frame1").length>0) {
    jQuery(".StoreDetailContainer-Content").find("#frame1").css("height","10px");
   }
});

</script>

Thanks
Nigel.

 
Previous
 
Next
HomeHomeIssues and Supp...Issues and Supp...Installation & ...Installation & ...Hiding a few more itemsHiding a few more items


 

We use cookies on our website to improve our service to you, by continuing you agree to our use of cookies. However you are able to update your settings at any time.

Cookie Policy

A cookie, also known as an HTTP cookie, web cookie, or browser cookie, is a piece of data stored by a website within a browser, and then subsequently sent back to the same website by the browser. Cookies were designed to be a reliable mechanism for websites to remember things that a browser had done there in the past, which can include having clicked particular buttons, logging in, or having read pages on that site months or years ago.

Strictly Necessary Cookies

These cookies cannot be disabled

These cookies are necessary for the website to function and cannot be switched off. They are normally set in response to your interactions on the website e.g. logging in etc.

Cookies:
  • .ASPXANONYMOUS
  • .DOTNETNUKE
  • __RequestVerificationToken
  • authentication
  • CV_Portal
  • CV_Store_Portal_Cart_0
  • CV_USER
  • dnn_IsMobile
  • language
  • LastPageId
  • NADevGDPRCookieConsent_portal_0
  • userBrowsingCookie

Performance Cookies

These cookies allow us to monitor traffic to our website so we can improve the performance and content of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited or how you navigated around our website.

Cookies:
  • _ga
  • _gat
  • _gid

Functional Cookies

These cookies enable the website to provide enhanced functionality and content. They may be set by the website or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.

Cookies:

Currently we are not utilizing these types of cookies on our site.

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.

Cookies:

Currently we are not utilizing these types of cookies on our site.

Feedback