Customising Check Out

  • Posts: 9
  • Thank you received: 0
13 years 2 weeks ago #29479

Hi I have a couple of question to finish off my shop

1) Adding Extra Customer Information
I am setting up a site for flower delivery and when the customer ‘adds to cart’ I need them to be able to put in their details and also another section for details of Recipient, the recipients address, phone, etc and also a message for card. I would like it to come up on the same page (if possible) so they fill it in before going throught checkout and also would like them to have to confirm their details and those of reciepient, allowing me to then give them some additional information.


2) Not Displaying un-selected options in order
I have added characteristics and options to each product which I have got display on the each product page as required but I would like to know how to get only the options selected (not the ones still on default – not selected) only coming up in order form.




3) Putting in extra field before price
On my product page I would like to put from before the price can I do that


Any help on these would be greatly appreciated and thank you such a great cart.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
13 years 2 weeks ago #29495

Hi,

1. You can create custom fields of the table "item" via the menu Display->Custom fields in the Business edition in order to ask questions directly on the product page. Or, you can create custom fields of the table "order" via the menu Display->Custom fields in the Business edition in order to ask questions during the checkout. You can also personalize the checkout via the "checkout workflow" option of the configuration so that you could have two steps in the checkout with the 1st one being only about the custom fields input. It depends on what you want.

2. My answer will depend on how you made them. Could you give a link to a product page so that I can see how you did it ?

3. You need to edit the file "listing_img_desc" of the view "product" via the menu Display->Views and add your "from" text before the line <!-- PRODUCT PRICE -->

Please Log in or Create an account to join the conversation.

  • Posts: 9
  • Thank you received: 0
13 years 2 weeks ago #29609

thanks

1. I made new custom fields and they are in address, but is there any way to create a new table, so that recipients information in separate to user, so the user can return and send flowers to different recipient.

2. www.flowerswithloveworldwide.com.au/index.php/flowers here is the main page for the shopping cart

3. found the stop but not sure what to add where
<!-- PRODUCT PRICE -->
<?php
}
if($this->params->get('show_price')){
$this->setLayout('listing_price');
echo $this->loadTemplate();
}
?>
<!-- EO PRODUCT PRICE -->
<?php if($this->params->get('add_to_cart')){
?>

Please Log in or Create an account to join the conversation.

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
13 years 2 weeks ago #29631

1. You created custom fields of the table address, which are of course in the address. I was talking about creating custom fields of the table order which would be linked to the order itself.

2. Your website is protected by an htaccess so we can't see anything.

3. Just follow what I said.
Add From before <!-- PRODUCT PRICE --> , like that:
From
<!-- PRODUCT PRICE -->

Please Log in or Create an account to join the conversation.

  • Posts: 9
  • Thank you received: 0
13 years 2 weeks ago #29638

Hi
thanks
1. Yes I see what you mean and have fix that

2. I have taken off the htaccess, so could you have a look for me

3. I do above but when you save it the word 'from' drops out

thanks

Do you recommend any one I can get some one on one training for you cart as I intend to use it and promote its use to my clients and potential clients.

Please Log in or Create an account to join the conversation.

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
13 years 2 weeks ago #29641

2. You need to add the line:
if(empty($optionElement->prices[0]))continue;
after the line:
if($optionElement->cart_product_option_parent_id != $row->cart_product_id) continue;
in the file "cart" of the view "checkout" via the menu Display->Views.

3. That can happen in some cases with the code mirror editor. Please unpublish that editor plugin in the joomla plugins manager and try again.

We don't have any connections with training companies outside France for now so I can't help you on your last point.

Please Log in or Create an account to join the conversation.

  • Posts: 9
  • Thank you received: 0
13 years 2 weeks ago #29644

Same this is happen with any coding that I try to put in so I can't do either 2 or 3 I have gone in Global Config and turn off default Editor ?? Now sure on what else to do?? Ta

Please Log in or Create an account to join the conversation.

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
13 years 2 weeks ago #29646

Please unpublish the code mirror editor plugin in the joomla plugins manager as I said previously and try again.

Please Log in or Create an account to join the conversation.

Time to create page: 0.056 seconds
Powered by Kunena Forum