Jump to content

cqpbert

Member
  • Posts

    117
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by cqpbert

  1. Using what I learned above with the buttons, I have also been able to round the input boxes. But I have not found the way for the dropdowns. Is there a "word" for them as there is for .buttons and .input?

    this is what I tried

    button, .button { border-radius: 50px 5px 50px 5px; }
     input, .input{border-radius: 50px 5px 50px 5px; }
     selectBox, .selectBox{border-radius: 50px 5px 50px 5px; }

    Please see this test site:

    https://dev.dllpdf.com/build-plates

    Nevermind , I finally fount it, it is called select

    so

    button, .button { border-radius: 50px 5px 50px 5px; }
     input, .input{border-radius: 50px 5px 50px 5px; }
     select, .select{border-radius: 50px 5px 50px 5px; }

    works all good. Now to move the layout around to look more like minimaliser.

     

  2. I am on standard Foundation. My site is dllpdf.com

    I have just got a dev site setup as well from AL, but haven't worked in there yet.

    Oh crap, I bet I lost the awesome export stuff you did for me with the last update :( note to self have to fix that again as well as width

     

  3. I have been told by several people my site would look nicer if all the buttons and boxes were radius corners instead of sharp corners. I have tried to go into css files and add radius to buttons, but it does not seem to change any buttons.

    So my first question is how do I know which css file to change for what?

    Second question is do I need to do more or just change the css file?

  4. Thanks Deby, I actually do have that plugin but didn't think about using that to get this done. I could create an email called "bulk status" or something. Then change all the status to that and back. this would trigger that email to go to all the current orders.

    Man I love cubecart!!

  5. I find myself in a position where I really need to send an email to about 100 orders/customers about shipping timing. Is there a way to achieve this? All I see right now is newsletter which will only go out to subscribed customers. That could work but I think most will not be subscribed.

    I was hoping I could select orders from the list and send send blanket email. But I don't think thats an option.

  6. Reorder did in fact work, But seems maybe this should be on the wish list?

    I also know if I add something to an order for a customer, there is no way for them to pay the difference. Not sure if I make them an entire order, have not tried that. But my opinion is if it does not get in the basket, it will never get paid for?

  7. My customer had a payment stopped by his bank. I think it was for possible fraud maybe. Any way now his order shows as pending, but there is no way for him to pay for it that we can see. His basket is empty and no payment button on the pending order. How do we make this available to pay? Or does he need to hit the reorder button?

  8. I would love to be able to select orders from Processing orders, then maybe have in the dropdown for what to do, an entry to export order details.

    The details would need to be order number, name, products ordered as it shows up when you open the order.

    This can be a CSV file, or anything else if something is easier.

    I have a "todo" spread sheet in google docs with all current orders and what is needed. Keep in mind I am manufacturing most stuff so this is not a simple go pull the stock and box it issue.

  9. Thanks Guys - Guess I missed that check box - DOH!!

    Now back to trying this out. My goal is I get a lot of emails because status of order is still "Processing" making folks think nothing is happening. Our orders can go from pack and ship to almost a month. So you see why the need for more information to the customers.

  10. I would like to have a customer incentive program where if we get x number of sales from new customers that were referred by an original customer, the original gets something free.

    So lets say bsmither refers 5 new customers, next time bsmither buys something a free item from a predetermined catagory will be free.

    Then bsmithers counter is reset to build another 5 credits.

    Maybe there is a pay extension for this?

    BTW, it doesn't have to be automatic, I don't mind if I have to do the actual counting and reseting, it would just be nice I guess if the counter were within CC and the customer could see the count.

  11. where can I put an input validation for the Zip code?

    At least twice I have received orders with the persons email address in the zip code field. Now I get that the customer has entered this wrong, but seems like we should at least check there is no @ in the zipcode?

×
×
  • Create New...