Jump to content

sean1688

Member
  • Posts

    52
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

sean1688's Achievements

Apprentice

Apprentice (3/14)

  • Conversation Starter
  • First Post
  • Collaborator Rare
  • Week One Done
  • One Month Later Rare

Recent Badges

1

Reputation

  1. Thanks for your reply. however this does not work. the Cubecart is set up to send email to the admin when an order is paid. this is working fine for us. what we want to do is to also send an email to admin when an order is canceled. this will be adding an email template, but I don't know how to do that.
  2. can someone tell me how to add a email template to automatically send an email to admin when an order is marked "canceled"? thanks in advance
  3. thanks for your reply. I tried to change the search mode per your suggestion, but nothing seems to have changed. maybe I should rephrase the request. can we implement the search so that a match of subset will be presented? in other words, the product code is HY3005D, but if we search for a subset of that, say 3005D, the result of HY3005D search should be presented instead of null?
  4. can we enable fuzzy search on cubcart? for example, on our website http://www.volteq.com, you can search for "hy3005d", and it works as it's a product code. if you search for "3005D", it says nothing is found. is there anything that we can do to make the search like "3005D" yield the same results include HY3005D?
  5. purechat is a live chat service, and they provide a very small javascript to install on the website to enable live chat with visitors. their instructions said to: Copy and paste this code just before the closing </body> tag on every page you'd like it to appear. I did a little search on this forum and placed the code in the main.php, but it completely broke the code and the website fail to launch. can someone help? this is the beginning part of the code, I removed part of the code to hide account information. <script type='text/javascript'>(function () { var done = false;var script = document.createElement('script');script.async = true;script.type = 'text/javascript';script.src = 'https://app.purechat.com/VisitorWidget/WidgetScript;document.getElementsByTagName(HEAD').item(0).appendChild(script);script.onreadystatechange= script.onload = function (e) {if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete'))
  6. Brian, Thanks again for your help. unfortunately. it did not seem to do anything.
  7. Thanks for your help! How do I give the image a class="slideimg"? also where do I put the code "<script>document.cookie='resolution='+Math.max(screen.width,screen.height)+'; path=/';</script>"? thanks! do I also put the line <script>document.cookie='resolution='+Math.max(screen.width,screen.height)+'; path=/';</script> in this file as well?
  8. Thanks for your help! it did sort of fix the problem, but I had to add a lot of returns and breaks to push the other content down to avoid the layout of the page getting all mixed up.
  9. I tried to do it, but it does not seem to work. Not sure if I have done anything wrong. I put the script at the file named /js/plugins.php not sure if this is correct
  10. we have some big images that goes outside of most mobile screens. I have came across some work by Mat Wilcox. have anyone implemented this on Cubecart? below are the instructions, and they seem simple enough, but I am afraid to try it. in particular, I have a question: the instructions says " It MUST go in the head as the first bit of JS, before any other JS." so where do I place this piece of code? at the index.php file? Basic instructions Copy adaptive-images.php and .htaccess into the root directory of your site. If you already have a htaccess file DO NOT OVERWRITE IT, skip down to the advanced instructions. Copy the following Javascript into the <head> of your site. It MUST go in the head as the first bit of JS, before any other JS. This is because it needs to work as soon as possible, any delay wil have adverse effects. <script>document.cookie='resolution='+Math.max(screen.width,screen.height)+'; path=/';</script> That's it, you're done. You should proberbly configure some preferences though.
  11. we have some tables with pictures and links on some of our pages, the table gets too big for the mobile screens. Does cubecart support responsive tables? if not, what can we do to make it responsive? I found some code here: http://codepen.io/geoffyuen/pen/FCBEg but it did not work because I don't know where to put the css code, and even if I do, I am not sure if the code works for cubecart. this is the page with the table that we want to make responsive: http://www.mastechpowersupply.com/
  12. Thanks Brian. I did the change, it removed the shipping, but the sales tax part is still there. what we would like to do is to show the estimated shipping but not the sales tax.
  13. Hello, on our site http://www.mastechpowersupply.com, whenever a customer add an item to basket, the CA sales tax will be added to the total. this sales tax goes away when a customer put in an address that's not in California. my question is, is it possible to not add the sales tax when an item is added to basket, and only include the sales tax when the address customer put in is inside California? Best regards, Sean
×
×
  • Create New...