Jump to content

KSD

Member
  • Posts

    41
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Stuttgart, Germany

Recent Profile Visitors

2,430 profile views

KSD's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. I know this thread is somehow old ... We are misusing CC 6.06 in a way, that we are using an order state '3" as 'delivered' and state '4' as 'completed'. Therefore we had to change the calculation of sales (not just 3 but also 4). The only piece I couldn't find is the code which generates the graph on the dashboard. Any hints? Joachim
  2. Hello, we need a solution on this: For different amounts of the same product we offer different prices, like product A order 1 piece total 10 GBP product A order 3 pieces total 27 GBP product A order 5 pieces total 40 GBP product A order 10 pieces total 70 GBP Of course there is a way to configure this, like: If you order minimum of 10 pieces, your price for a single product A is just 7 GBP. But our customers are used to see the total sum of a specific amount. We tried the options matrix but were not successful. It is important, that - with every sale - the amount of sold items (products A) is deducted from the stock. Any solution for this? Thank you.
  3. I used the 'order complete' email template. Then I set one order to'completed' and I expected that an email is sent out. Debug switch was set. Same result. No email sent out. <p> <span style="font-size: 14px;">Hallo {$DATA.first_name}&nbsp;{$DATA.last_name},</span></p> <p> &nbsp;</p> <p> <span style="font-size: 14px;">wir haben am {$DATA.ship_date} Ihre Bestellung Nummer {$DATA.cart_order_id} vom {$DATA.order_date} an {$DATA.first_name} {$DATA.last_name}nach {$DATA.SHIPPING.town} versandt.</span></p> <p> <span style="font-size: 14px;">Im Express-Versand erwarten Sie die Lieferung in etwa 1-2 Arbeitstagen.</span></p> <p> {if $DATA.gateway eq 'Pay On Delivery'}</p> <p> Ihre Sendung wurde als Nachnahme-Sendung verschickt.</p> <p> Bitte legen Sie den Gesamtbetrag der Bestellung &uuml;ber {$DATA.total} Euro schon einmal in bar f&uuml;r den Postboten zur Seite.</p> <p> {/if}</p> <p> <span style="font-size: 14px;">Die Nachverfolgungsnummer zu Ihrer Sendung lautet: {$DATA.ship_tracking}.</span></p> <p> <span style="font-size: 14px;">Sie k&ouml;nnen Ihre Sendung <a href="https://www.deutschepost.de/sendung/simpleQuery.html">hier nachverfolgen</a>,</span></p> <p> <span style="font-size: 14px;">Dort wird Ihnen auch der voraussichtliche Zustellungszeitpunkt genannt.</span></p> <p> <span style="font-size: 14px;">Erfahrungsgem&auml;&szlig; dauert es bis zu 24 Stunden nach Versand, bevor Sie erste Informationen in der Nachverfolgung erhalten.</span></p> <p> &nbsp;</p> <p> <span style="font-size: 14px;">Sie haben Fragen?</span></p> <p> <span style="font-size: 14px;">Wollen mal kl&ouml;nen oder ratschen?</span></p> <p> <span style="font-size: 14px;">Rufen Sie an!</span></p> <p> <span style="font-size: 14px;">Oder schreiben Sie uns!</span></p> <p> &nbsp;</p> <p> <span style="font-size: 14px;">Und nach Erhalt der Ware -&nbsp; lesen wir&nbsp;gern, ob Sie zufrieden waren oder ob Sie Dinge bem&auml;ngeln!&nbsp;</span></p> <p> &nbsp;</p> <p> {debug}</p>
  4. I have tried this little example, but it didn't work. I added this code in -------- <p> <span style="font-size: 14px;">Dann &uuml;berweisen Sie bitte den Gesamtbetrag an die gegebene Bankverbindung. </span></p> <p> &nbsp;</p> <p> {if $DATA.gateway eq 'Print_Order_Form'}Return form with payment.{/if} </p> <p> <span style="font-size: 14px;">Bitte bewahren Sie diese E-Mail f&uuml;r Ihre Unterlagen auf. Es ist m&ouml;glich, den Status Ihrer Bestellung online einzusehen.</span></p> <p>
  5. Maybe {if {$DATA.gateway}==Print_Order_Form}{echo True!}{/if}.
  6. Hello, I would like to know where I can get more info about the macro language (commands and syntax), CC is using within email templates. I have tried some sample code like: {if {$DATA.gateway}==Print_Order_Form}{True!}{/if}. But it didn't work.
  7. Hello, 1. there is a state of an order called 'payment received'. This state is triggered by gateways only and this event generates an email to the customer. We need to set this state manually as 50% of our customers pay via bank transfer (and we are sure that a larger part of CC shops are facing the same problem). 2. when a customer orders something, he got an email out of the shop system. When we set the order to 'processing', he receives the same email again. This does not make sense. In our 'processing confirmation' we want to tell our customers different things, like delivery time, how to pay ... We guess the idea behind this 'confirmation' is: the order is paid. But today there are so many ways to get a payment. Not just credit card and paypal. Many smaller shops (outside UK) have problems to find a credit card processing company because requirements are high. Paypal has a nice 'user policy', but many products and services are banned. Every month thousands of paypal accounts are frozen because of reasonable or idiotic reasons. That's why we (and these shops) need additional ways to get paid, like Cash On Delivery, bank transfer, Bitcoins and many more. For this we need more states of an order than just 'processing' and 'completed' (including different generated emails behind). Who can help us with this? We have a budget and would like to talk about it. We would even support the CC development team with some money to provide these options. If you think you can help, please send a PM and we will contact you. Thanks
  8. Now we could try the 'printing order' but it prints out just the bill of the order. This does not help as we need an address label printed via a label printer, e.g. DYMO 450. I will edit the original post to make clear that we need someone who can program this extension for us. Of course we will pay for it. Thanks for you help.
  9. We never tried this feature, as we get the error "The following errors were detected: It has not been possible to generate the printable file."
  10. Hello, with up to 2000 shipments per months, we spend more than 200 working hours just on writing addresses on envelops, filling out 'pay on delivery' forms or 'registered mail' forms and enter shipping information like tracking numbers into the shop system. We are based in Germany, our shipments are lightweight (weigh between 50 and 500 grams) and send out as 'letters', therefore we cannot use parcel services like UPS, FedEx and others. What we desperately need is a shipment label print module for CC 6. This should be within the BASIC SET of functions of a shop system, but we still miss this in CC6. Further - as a second step - it would be wonderful to have an integration with the German online franking service (web based). We know there is an API as they provide an app for WORD and other text processors. If you are a freelancer or company who could do this job for us, just send me a PM. We already have a DYMO label printer as this is the 'standard' in Germany. Thanks
  11. Suddenly we cannot use the filemanager any more. It creates no directory. We can add pictures, but when it is upload and we click on the picture in the list, system says "does not exist". Other pictures, which are already in the store, raise the message "this file cannot not be loaded". CC is running on a dedicated server, PHP max mem = 1GB Directory permissions seems to be ok. Any idea what we can do?
  12. Currently we run a CC V5.2.14 on a dedicated server. This business is running for 3 years now. About 6 months ago, almost all of our major keywords brought us on 'page 1' of google. Then we had to change our domain name in a way that we had no chance to do it smoothly. We want back there. We need an SEO expert (or company) who can do this job for us. We have a budget for this. It is clear to us, that this is an ongoing process and takes time. We expect that this project will run at least 3 months. To make the next step, we need a first skirt from you about what you can do for us. As a prerequisite, you have done this already on a CubeCart shop system and you know about the options and limitations. It is not just about optimizing our CC configuration, we also need your help to integrate social media, news, boards, whatever. As tracking systems we use googe webmaster tools and google analysis. Please PM me.
  13. This month we want to move our shop system to a dedicated server, running Windows Server 2008 or 2012. (preferable). Currently we run CC V.5.2.14 on a dedicated Linux server. We need help for seeting up CC on this windows server. We have a budget and we need your offer for this setup. This setup must include setup of the database server (MySQL or MS SQL (preferred), needed additional software like PHP and their configuration within MS IIS 8.0 After your work, this IIS must be up and runnung with CC, ready for the backup files of our current system. Please PM me with your first offer and we discuss more details. KSD
  14. I was able to clear the assignedment to our old web domain. But how to assign to the new domain? I am lost.
×
×
  • Create New...