Jump to content

salvador21

Member
  • Posts

    107
  • Joined

  • Last visited

Everything posted by salvador21

  1. Thanks bsmither, however there's still an bit of an issue: Although it works once a cutomer is on the product page, if they add to basket from the category list then they get no out of stock warning. Is that a simple fix I wonder? Thanks.
  2. No, that wasn't it that was the same But I think I found the problem. I'd copied and pasted from my email notification. However when I copy and paste from your post above it now appears to be working. The email notifications had somehow taken out some of the code.
  3. Aha Line 227 in /classes/catalogue.class.php is a bit different: if ((int)$stock_level <= 0) { // Out of Stock if (!$GLOBALS['config']->get('config', 'basket_out_of_stock_purchase')) { // Not Allowed $allow_purchase = false; $out = true; } }
  4. OK I tried it and it seems to work, but changed the font size in the Admin CP, made all the text larger so this is a bit worrying. Any idea why that would happen?
  5. Thanks, that's very helpful. It might too complex for me but I'll have a go. It would be nice if this was just possible in the store settings (I think it was in cubecart 4 if I'm not mistaken)
  6. I want to allow out of stock purchases, so have enabled it. However if I do that, then the product page does not show that it is out of stock (as it did with Cubecart4) and customers expect immediate delivery as they can't see it's out of stock. My store policy and product descriptions state that shipping for out of stock items may take 2 - 3 weeks. If I disable out of stock purchases customers obviously don't get an add to cart button Is there a way round this please or am I missing something?
  7. Aha, I found the problem. I needed to click on the US flag not the UK flag. I found the store settings is set to US English by default, have changed that so hopefully all will be fine.
  8. many thanks, I'll try that modification. I find the pending emails useful, if someone didn't complete a sale I reply the next day to the pending email to remind them to complete it. This has resulted in sales that would I think otherwise have been missed. Yes, I do get the digital sale notifications, I was wrong about that. Tried this, it isn't working either for {$product.product_id} or {$product.product_code}
  9. Yes, I as an admin Not a problem, I just want it to go to me, not necessarily the customer This is also a problem. I don't want pending or processing, I just want both as I had before v5 I do see a point in an email for that (as before with v4), it's useful to know via email when a digital sale has been made. Currently there is no notification for digital sales. At least, I don't get any (like I used to with v4) Thanks, that looks very useful, though it might be {$product.product_code} as that is what is in the list of macros. So far it seems one step forward, one step back due to the missing email notifications in v5 Thanks, but that looked a bit complicated fo me. I was wondering if there was an easy way to get what was happening in v4, ie notifications of pending, processing and order complete.
  10. I have just upgraded to v5 and am missing the email notifications I used to get in v4: specifically: Notifications for pending orders. Notifications for orders completed. All I get now are processing orders. (New Order) Is there somewhere to enable these notifications please? Also I would like to know how to get the product code in the New Order notification, is this possible like in v4?
  11. No I meant the mod, perhaps I'm misunderstanding what it's supposed to do, I thought it would do what Alvarito is asking, ie just allow you to choose one featured product. But it seems more complex than that. Also I didn't understand the simple edit $where = array('product_id' => ##) I couldn't find that in gui.class.php
  12. I find this mod doesn't work (5.1.5) , either it still shows a random product (or wrong product) or just a no image icon
  13. Thanks, I am confused by the ID number. In cubecart countries and zones there is no field to enter that number, all the other fields are there (ISO, name ISO3 and num code). Where do we add the ID number please?
  14. I had a message from a potential customer that they got this error when trying to access my store: I could find nothing wrong, so I couldn't fix anything, however the next day i tried with a different browser (Safari) and I got the error. By removing the cookies folder and then pasting it back in tyne library (Mac OS X Lion), the error went away. But this could be happening to customers and I appear to have no way of knowing if I am losing sales or not unless they contact me about it. Can anyone help please? How can I troubleshoot if I am not now getting the problem on my browsers? NB: I had not recently changed any code or installed any mods.
  15. Is it possible to view or export a list of the Cubecart mailing list subscribers? So I can integrate this into my main mailing list which is not just customers. I can se how to either export all customers, or send a bulk email to list subscribers, but not export the list subscriber addresses. Thanks
  16. I have one transaction that took place yesterday which went through, but the orders list in my Admin CP still only shows pending and for which I did not get a payment received notification. I have not had this problem with previous transactions, it appears to be a one off. I have not modified anything recently. The customer got a payment received confirmation email notification, but I didn't. Payment is via Worldpay. Can anyone help please?
  17. Is it possible to have the product name and code in the Payment Received notification? All it says is: We would just like to inform you that payment for order number 111118-173408-9101 has cleared and you should receive your goods shortly. This email was sent from [email protected] Thanks.
  18. This issue makes no sense. Even if a payment module does not return to a cubecart page, cubecart is still able to send a payment confirmation email to the buyer: Surely this means it must be possible for there also to be a comm between Cubecart and the affiliate after payment has been made?
  19. Yes, all working now. Thanks I didn't know those links weren't working, I can't find out what is wrong, odd that the links work for logging in but not logging out or account. I can sort of fix it in that style by removing the (custom) div that contains them, but that div does nothing but positions the {SESSION} and colors the links. Weird. Have gone back to my previous style now and all is well (I think), so thanks for pointing that out.
  20. It was set to "no" ! That could explain it, I'm just dashing out but will test later tonight or tomorrow, thanks.
  21. Yes, looks like it: if($gatewayModules[$i]['default'] == 1){ $gateway->assign('VAL_CHECKED', 'checked="checked"'); } else { $gateway->assign('VAL_CHECKED', ''); } $gateway->parse('gateway.cart_true.choose_gate.gateways_true');
  22. Many thanks for checking. The code is the same as yours (apart from <td width="50" align="center", which is not the issue) {VAL_CHECKED} is there as in your example
  23. Thank you. It's here: http://store.cafesaxophone.com/
×
×
  • Create New...