Replace Adult Theme PHP Files in Child Theme

This topic contains 15 reply and 3 voices, and was last updated by Sekander Badsha 9 years, 7 months ago
Viewing 15 Posts - 1 through 15 (of 15 total)
Author Posts
August 17, 2014 at 1:25 pm 25357
Sekander Badsha Hi, while trying to setup our store and we have come across a couple issues, some relating to Dokan Parent and Child Theme, others are unknown. Maybe we are doing something wrong and i hope it is something simple you will be able to help me with. Site: http://bigplanetcy.net/ 1. In Seller dashboard -> Settings: we wish to remove the Profile Picture, Social Profile, Email and Map - We found that if we edit out the parts in dokan -> classes -> template-settings.php it does the job but when we put the edited file in dokan-child -> classes -> template-settings.php it does't do anything. 2. In Seller dashboard -> Products: after making a product we wish to not have the options tab visible as well as removing the Stock Status and Allow Backorders from the Inventory tab and shipping class from the Shipping tab. - We found that if we edit out the parts in dokan -> templates -> product-edit.php it does the job but when we put the edited file in dokan-child -> templates -> product-edit.php it does't do anything. 3. In Seller dashboard -> Withdraw: after setting the sellers percentage (in our case 90%) and having the site tied to PayPal sandbox the total balance is showing the 90% and not taking into account the paypal fees. - We found forum posts that it should be taking into account the Paypal fees but don't know why it doesn't 4. In Seller dashboard -> Orders -> View: we wish to remove the customer Email, Phone and Customer IP from the General Details section 6. In User dashboard - > Shipping/Billing Address we wish to add Phone Number Field so that it appears in the Sellers Order Shipping/Billing Address area. 7. In the email the seller receives we wish to remove the Email and Tel from the Customers Details Section. 8. In the emails we would like to remove the - Powered by woocommerce from the bottom. 9. We wish to have an email sent when the Order Status changes to Cancelled. 10. We wish to have an email sent when the Order Status changes to Refunded. Thank you for taking the time to read through everything and i look forward to hearing from you.
August 18, 2014 at 1:41 pm 25409
Christopher Christopher

Can i get a reply?

August 20, 2014 at 12:27 pm 25567
Sekander Badsha Sekander Badsha

Hello Christopher,
1. These things are located at store.php which can be found at “wp-content/themes/dokan/”
2. This is a complex edit and this requires a developer.
3. I’m not clear about this one. Please provide some more details and Screenshots.
4. To do this you have to edit order-details.php which can be found at “wp-content/themes/dokan/templates/orders/”.
5. I’m not sure about what you’re talikng but I guess this is about the customer checkout details and there’s already a required phone number field in the checkout page.
6 + 7. Emails are sent from WooCommerce. You’ll get all the email templates in “wp-content/plugins/woocommerce/templates/email/”.
8 + 9. There’s a hook of WooCommerce order_status_change you can assign mails using this hook.

August 20, 2014 at 6:48 pm 25589
Christopher Christopher

Hi Sekander
I;m working on fixing the stuff based on your response but if you could please look over the below items again for clarification
Thanks

1. store.php appears to be the front facing page, im looking to remove them from the seller backed so that they dont add them for no reason.

3. here is a screenshot of the page
http://www.onlineprintscreen.com/r/4203-78e6b8a0f6c519e04857e05196311e8d.png
the problem is that paypal fees are not being deducted before displaying the available fees
only the percentage we have set is in effect from the backend

August 23, 2014 at 1:24 pm 25695
Sekander Badsha Sekander Badsha

1. All codes for Seller dashboard is located there. You can read all the Documents related to using and Customizing Dokan here http://docs.wedevs.com/category/themes/dokan/

3. Please read the documentation of Paypal Adaptive add-on to check if you’ve missed something http://docs.wedevs.com/category/add-ons/dokan-add-ons/paypal-adaptive-payments/

August 23, 2014 at 7:21 pm 25701
Christopher Christopher

Sekander i think you dont understand what i am asking. I’ve read the documentation 10000000 times. I know exactly where everything is. I created a child them and i want to remove specific things but when i delete them from the child them are still visible. When i delete them from Parent theme they are removed without any problems. So what i am asking is how to remove the following FROM THE CHILD THEME. ( i think i need to add some hooks or actions but i don’t know what hooks or actions so i am asking your help) :





Everything that is in Red Square i want to remove it FROM CHILD theme. Thanks

August 27, 2014 at 1:59 pm 25923
Christopher Christopher

Hello? Are you people so busy you can’t help your customers?

September 1, 2014 at 9:32 am 26133
Christopher Christopher

HI guys, anyone reading these posts
would really appreciate an answer to the dokan seller admin section question i asked about previously
as the only way we found was by modifying the parent and that’s not the right way to do things

September 5, 2014 at 12:21 pm 26338
Christopher Christopher

Its not something hard that i am asking. Can you help?

September 7, 2014 at 11:38 am 26382
Sk Sk

Hello Christopher,

please don’t overwrite the class file from your child theme. overwrite the function only. copy the function setting_field() to your child theme function.php and edit the function. and call that function from your-childtheme/template/settings.php where $dokan_template_settings->setting_field($validate); called.

Thank you

September 8, 2014 at 12:36 pm 26455
Christopher Christopher

that didn’t help me at all. can you be a bit more specific?

September 9, 2014 at 10:28 am 26506
Sk Sk

Copy the function setting_field() from the parent theme. Paste it to your child theme function.php. change function name and remove the fields you want from it. and call the function from your-childtheme/template/settings.php where $dokan_template_settings->setting_field($validate); called.

Thank you.

September 16, 2014 at 2:45 pm 26868
Christopher Christopher

Can you help a bit more? or do i need to pay extra for this? if yes can you tell me how much? thanks.

September 18, 2014 at 7:12 pm 26982
Sekander Badsha Sekander Badsha

Hello Christopher,
Please write details about what you are trying to do and where did you get stuck. We will try our best to help you out. Our developer team is busy till the first week of October. So we can not take any customization requests.

September 19, 2014 at 1:31 pm 27031
Christopher Christopher

If you read my posts above, i highlighted in RED boxes what i want to remove from the sellers dashboard. I am using a child theme so i need to remove them from there. Thanks

September 22, 2014 at 6:29 pm 27192
Sekander Badsha Sekander Badsha

Please send your job details to info@wedevs.com. We will let you know the estimated time and budget.

Viewing 15 Posts - 1 through 15 (of 15 total)