Jump to content

peachcouch

Member
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • Gender
    Female

peachcouch's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi bsmither, I did test creating the order in another pc...and finally discovered why it is not creating the order. It actually has a workflow that needs to be followed so the created file can be saved. I was trying to squeeze my brain juice for all complicated and technical issues that I missed the most obvious one. Compared with the lower version that we are allowed to save information ie. address, billing once entered; this version does not. You have to actually fill up the inventory tab first add the product before you are allowed to save all other details. Thanks so much for all the help!
  2. Hi bsmither thank you so much for your reply. I tried creating an order on the demo version and it actually did not work as well. I will try and test it on another pc tomorrow and will give feedback as it's getting late here. Thanks again!
  3. Hi Robo, Have you ever tried to create Tax Rules under Settings/Tax there is a tab for Tax rules. I think it should help you with your predicament. Cynthia
  4. Hi, I tried looking into another lower version of Cubecart 6.010 using another website that I am managing and it has the same problem. I looked up and seen in GitHub URL https://github.com/cubecart/v6/issues/798 that a problem like this was reported as a bug under version 6.0.7 or 6.0.8 and it was fixed. Now 6.011 and 6.010 are higher versions so I would assumed that the fix would have already been applied to these releases or is it? Shall I submit this as a bug or do I need to download the fix that was in GitHub? Will it work with my version 6.011?
  5. Thank you for your reply bsmither! I did the changes on the admin side then view the browser while creating the order. I had attached a screenshot but honestly I'm not sure which one to look at as I do not seem to see any indication of crashes or problem unless I am looking at the wrong panel. Most panels does not really show anything except the Debugger and the Network Tab. I noted that the network pane is only showing Method of GET and I have not seen any indication of POST since I was trying to click SAVE but really it is not responding.
  6. Hi Dirty Butter, thank you for the reply! I am not really sure where I would find Debug? Can you let me know where I can find it? Also it does not look like it's the upgrade that has caused it because I made a clean installation in another location and the same thing happened. I am unable to create an order on the admin panel side so I'm not sure what's really causing it.
  7. Hi, I have just recently upgraded our store from ver 5.1.5 to version 6.0.11. The website itself is up and running and is doing fine even after migrating it to a new webhost. Now, we normally encode some orders withint the admin panel. But after the upgrade I am now unable to do so. I can no longer create additional orders or any information like billing Address, customer within the Order tab as the "Save" and the "Save and Reload" button seems to be non responsive. It is basically not saving anything on the Order tab of the admin panel. There is no error that pops out nor does it show any error in the error logs. It's just basically not saving. Hope someone can point me to the right direction here. The website in question is www.australiawidewreckers.com.au Thanks!
  8. Hi bsmither! Tried the codes that Markscarts did unfortunately it did not work for me I am getting an http Error 500 on my website every time the codes are inserted. I also looked into your suggestion and was glad that when I inserted the codes nothing dramatic happened on my website; however, on catalogue mode I still see the price $0.00 so it did not really change anything at all. At the moment the only solution I can think of is to just hide the price until login in the admin settings. I just change the x.xx into "----" and I found out that you can actually save an empty box for the languages which means the word Login to View Prices is totally gone. The is just a stop gap until a solution has been found because this will affect the customer having to lookup their order as this will show "---" until they're login.
  9. thank you so much bsmither! I had just done a code last night but I have no idea where in cubecart should I insert it. This is really great! I can't thank you enough.
  10. Hi bsmither thank you! I will try to test this on CC515 hopefully it should work. Will update the forum once I have done it. I have this logic in mind but I am not sure if it will work. It's really just the $0.00 that is the problem so...is it possible to just make a condition wherein if value of the product is $0.00 then the price is hidden else the price is still shown. That way we do not even really have to go into touching the $x.xx part of the cubecart plus orders that has actual price value will not be affected? I just could not formulate the language but I have a feeling it might actually work.
  11. Hi Everybody! Is there any way we can hide the $0.00 in catalog mode without affecting the customer order status lookup? I know we can do the hide prices fix wherein the prices becomes x.xx but doing this actually affects the part when the customer tries to lookup the status of their order as this also shows x.xx until the customer is registered and login. We do not really want this to happen as we do not really require customer to login because all or most of the ordering is done on the admin side. All we really wanted to do is to hide the $0.00 that is showing on each product that is being shown on our website. Is there anyone who can help me achieve this or at least put me in the right direction? Thanks in advance.
  12. Your are right Dirty Butter and thanks bsmither. I try to look into the source code of the email templates and for some reason the {foreach from item} {/foreach} was misplaced on the code. I move it to include the macros of the products and it shows up all orders made in the admin side. Thanks for the info guys!
  13. Hi bsmither! No, I tried to look into the email templates but I cannot find any information to add that would give me a solution. Yes, the email only has the last product. If by Order Overview screen, you mean the admin page where I can view all orders and its details then the answer is yes. I can see all the orders itemised correctly on that side. I have a feeling this is something that can be pulled out from somewhere. The information is there so I'm sure it can be shown on the email. I'm just not sure how to go about it.
  14. Got the logo of the invoice for the Order side of admin corrected from admin/skins/default/templates/orders.print.php Got the logo of the invoice/receipt for the customer side corrected from skinsSKIN_NAMEtemplatesprint.receipt.php Thanks for this post really helpful.
  15. Hi Dirty Butter! Thank you for your reply. The thing is I have not removed any macros that was already there in the email templates. Plus it is actually putting a product the only problem is only 1 product. The problem appears when I add more orders into the invoice and process it. The email then only shows the last product that I have encoded. All the macros pertaining to the product was in the email so I assumed it will pick up all the orders and show it on the email but it doesn't.
×
×
  • Create New...