Any questions about Documents Sellers, post it here .

Not Sure How To...

  • MyWorld
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
15 years 2 months ago #2271 by MyWorld
Not Sure How To... was created by MyWorld
1. I activated the cart feature but I do not see where the customer can enter the amount they want to purchase.

2. How do I prevent this message from showing? (attached) It appears when I click on "Add to Cart". It's really not necessary.

3. The category heading disappears when I click on the "Order" and "Details" icon. I would like the heading to remain so that customers know where they are.

4. What does "Fields Mapping" do?
Attachments:

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

  • MyWorld
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
15 years 2 months ago #2279 by MyWorld
Replied by MyWorld on topic Re:Not Sure How To...
I really need to get this completed asap can someone one please reply.

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

  • MyWorld
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
15 years 2 months ago - 15 years 2 months ago #2284 by MyWorld
Replied by MyWorld on topic Re:Not Sure How To...
Another issue is when I click on "Details" and the document link from the checkout page, it supposed to show either the "Short Description" or "Description" but it doesn't, it only show the number of hits.

Thanks!!!

**Solved**

It did not work because I removed this line from the css:
.dm_cat { /* padding: 10px 0; */ display:none; }
Last edit: 15 years 2 months ago by MyWorld.

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

More
15 years 2 months ago #2288 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re:Not Sure How To...
Hi
I am sorry for lately response. I was busy yesterday . Here are my answers to your question :

1. I activated the cart feature but I do not see where the customer can enter the amount they want to purchase.


=> This extension is designed to sell downloadable products (Ebooks, softwares....) so I thought we don't need to have amount option . The purpose of shopping cart feature in DMS is that users can purchase multiple documents in an order .

How do I prevent this message from showing? (attached) It appears when I click on "Add to Cart". It's really not necessary.


=> Just look for the file components/com_dms/controller.php . In the line 99, function add_to_cart, please change the code from :
Code:
$mainframe->redirect($url, $msg);

=> To
Code:
$mainframe->redirect($url);

3. The category heading disappears when I click on the "Order" and "Details" icon. I would like the heading to remain so that customers know where they are.


=> I will check the code and get back to you very soon .

What does "Fields Mapping" do?


=> The field mapping was added to the configuration area to support Community Builder And JomSocial integration. It maps the fields on order form with the fields in user profile. If users logged in, the data from his profile will be auto filled into the fields in order form so that they won't have to enter these information again (first name, last name, .....) .

Hope the answers is clear to you .

Regards,
Tuan

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

  • MyWorld
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
15 years 1 month ago - 15 years 1 month ago #2291 by MyWorld
Replied by MyWorld on topic Re:Not Sure How To...
Thanks for getting back to me.

1. I activated the cart feature but I do not see where the customer can enter the amount they want to purchase.

=> This extension is designed to sell downloadable products (Ebooks, softwares....) so I thought we don't need to have amount option . The purpose of shopping cart feature in DMS is that users can purchase multiple documents in an order .

I keep forgetting that this is for downloadable products. I guess because the client is also selling the hardcopy version. I guess I will just have to put a note that if the customer wants more than one hardcopy copy to call or something like that.

What does "Fields Mapping" do?

=> The field mapping was added to the configuration area to support Community Builder And JomSocial integration. It maps the fields on order form with the fields in user profile. If users logged in, the data from his profile will be auto filled into the fields in order form so that they won't have to enter these information again (first name, last name, .....) .

I figured this out yesterday and it works nicely. It would be nice if we could add some extra fields though. :)
Last edit: 15 years 1 month ago by MyWorld.

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